일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- background tab
- Babel
- Nextjs React 18
- Next13
- 고급안내서
- background setttimeout
- React 18 Nextjs
- React API 참고서
- React 고급 안내서
- CSS
- codingtest
- React 18
- Programmers
- react hook
- background: url
- react-helmet
- Render Props
- context
- hook
- React 공식문서
- next13 head
- Javascript
- background setInterval
- React18
- notFound()
- RTK Query
- getUTCDate
- React 고급안내서
- react
- Nextjs
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