Webpack There are multiple modules with names that only differ in casing

后端 未结 4 1450
[愿得一人]
[愿得一人] 2021-01-23 18:52

I have something like this:

WARNING in C:/Data/.../letsTest.jsx
There are multiple modules with names that only differ in casing.
This can lead to unexpected beh         


        
4条回答
  •  轮回少年
    2021-01-23 19:27

    Eventually, I found the answer. It was a Windows issue. It was necessary to change the absolute path in C:\Data...\r1HeadLearning.js from

    c:\Data\...\letsTest.jsx
    

    to

    C:\Data\...\letsTest.jsx
    

提交回复
热议问题