-
-
Notifications
You must be signed in to change notification settings - Fork 9.2k
Closed
Labels
Description
There is warning sometimes:
(webpack)/buildin/module.js
There is another module with an equal name when case is ignored.
This can lead to unexpected behavior when compiling on a filesystem with other case-semantic.
Rename module if multiple modules are expected or use equal casing if one module is expected.
/Code/app/~/webpack/buildin/module.js
There is another module with an equal name when case is ignored.
This can lead to unexpected behavior when compiling on a filesystem with other case-semantic.
Rename module if multiple modules are expected or use equal casing if one module is expected.
it would useful to have additional info what does this warning mean and what causes it.
In my case this is caused by linked packages that require module with the same name from different locations. But it would be nice to have this conflicting module name in the warning message and probably some additional some details.
thorn0, infeng, alfondotnet, nozzlegear, asadsahi and 13 more