일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Nextjs
- react hook
- RTK Query
- 고급안내서
- React API 참고서
- context
- background: url
- React 공식문서
- React 고급 안내서
- notFound()
- background setInterval
- Babel
- React 18 Nextjs
- react
- getUTCDate
- background tab
- React 고급안내서
- Next13
- react-helmet
- Javascript
- Render Props
- React18
- CSS
- background setttimeout
- hook
- next13 head
- Programmers
- Nextjs React 18
- React 18
- codingtest
Archives
- Today
- Total
akjfal
5일차 본문
읽어보면 좋은 글
Babel : https://github.com/jamiebuilds/babel-handbook
--save와 --save-dev의 차이점
--save : node-modules에 설치하고, dependencies 항목에 플러그인 정보가 저장된다.
--save-dev : devDependencies에 항목에 플러그인 정보가 저장된고 --production에 포함되지 않는다.
npm5부터는 --save가 기본옵션이 되었다. -> 기존에는 --save를 하지 않으면 node-modules를 제거 할 시 다시 설치해야 했다.
내일 할 일
https://poiemaweb.com/es6-babel-webpack-1
이거 나머지 설정하기
Comments