Webpack: “there are multiple modules with names that only differ in casing” but modules referenced are identical

后端 未结 23 1081
佛祖请我去吃肉
佛祖请我去吃肉 2020-11-30 02:08

I\'m using webpack 3.8.1 and am receiving several instances of the following build warning:

WARNING in ./src/Components/NavBar/MainMenuItemMobile.js
There a         


        
23条回答
  •  感动是毒
    2020-11-30 02:32

    If you are using VS Code & you are doing "npm run dev" but that respective project folder isn't opened in VS Code then these 3 warnings will occur.

    So the solution is: First open the respective project folder then only do "npm run dev"

提交回复
热议问题