일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- react-helmet
- background: url
- React 18 Nextjs
- RTK Query
- Nextjs React 18
- Babel
- Programmers
- React 고급 안내서
- Render Props
- React 공식문서
- 고급안내서
- next13 head
- React 고급안내서
- Javascript
- React18
- background setttimeout
- Nextjs
- getUTCDate
- React API 참고서
- hook
- React 18
- codingtest
- context
- notFound()
- react
- CSS
- Next13
- background setInterval
- react hook
- background tab
Archives
- Today
- Total
akjfal
16일차 본문
webpack devtool
https://perfectacle.github.io/2016/11/14/Webpack-devtool-option-Performance/
개발을 용이하게 하기 위해 소스맵을 제공하는 옵션
resolve 모듈을 해석하는 방식을 변경
https://webpack.kr/configuration/resolve/
- alias : 특정 모듈의 별칭을 만들 수 있다.
- extensions : 확장자를 순서대로 해석한다. ... 을 추가하여 기본 확장자에 접근할 수 있다.
Elements in iteration expect to have 'v-bind:key' directives
v-for를 쓰는 곳에 key값을 추가해줘야 한다.
error : export 'default' (imported as 'Vue') was not found in 'vue'
여러 라이브러리들이 아직 vue3를 지원하지 않기 때문이다.
본인은 vue버전과 compiler버전이 안맞아 이를 맞춰줬다.3-4./강까지 수강완료https://www.inflearn.com/course/web-game-vue/lecture/23171?tab=curriculum&volume=0.51&speed=1.5
Comments