공부
16일차
akjfal
2022. 4. 28. 21:54
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