- React
- react-router-dom
- TypeScript
- SCSS
- Three.js
-
[ 문제점 ] react 프로젝트에서 typescript 적용시 compileOptions의 jsx가 react-jsx로 자동 설정 (react 17 업데이트 내용)
[ 해결방안 ]
typescript 4.1.0 베타 버전부터 react-jsx 지원
typescript 베타 버전 사용 -
[ 문제점 ] Node Sass 5.0.0 과 sass loader 4.0.0 버전 충돌 문제
Error: Node Sass version 5.0.0 is incompatible with ^4.0.0.
[ 해결방안 ]
node-sass 의 버전을 4.14.1로 낮춤