Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Webpack warning - There is another module with an equal name when case is ignored

Webpack is giving these warnings in the browser console.

enter image description here

I am unable to find the module names given in warning in my application. Also I have scanned through all the files in my application if I have a reference of module with different cases as mentioned on github issue like this and this, . There is no obvious way to dignose which module is causing these warnings.

Any ideas to detect and eradicate these warnings?

like image 929
Nexus23 Avatar asked May 12 '16 15:05

Nexus23


1 Answers

Change the path you enter the node project,

d:/foo to D:/foo,

check the issue here issue

like image 62
Lin Shih Hao Avatar answered Nov 16 '22 00:11

Lin Shih Hao