웹팩에러 There are multiple modules with names that only differ in casing.
본문 바로가기

Frontend/Bundler

웹팩에러 There are multiple modules with names that only differ in casing.

./node_modules/Axios/lib/utils.js
There are multiple modules with names that only differ in casing.
This can lead to unexpected behavior when compiling on a filesystem with other case-semantic.
Use equal casing. Compare these module identifiers:

 

같은 모듈을 2개이상 썻을때 에러가난다.

어느 파일에서 같은 모듈을 import하고있다.

반응형