webpack-stable-module-id-and-hash
webpack-stable-module-id-and-hash copied to clipboard
Experiencing module id collision on linux build server
On every build.
I tried building on my local machine (mac) and didn't get an error.
Dunno why.
Can you try with current master, please?
Do you use the default settings?
Perhaps related to #6
@KyleAMathews I think there is a conflict when using the OccurenceOrderPlugin and DedupePlugin in conjunction with this plugin (I noticed your project was using both of those as well). I was getting all kinds of weird build path problems until I removed both of those plugins. I haven't seen a large increase in my chunk sizes either.
@jgable cool! I'll try again once @zhenyong releases @jampy's latest fixes.
@KyleAMathews @jampy
Done. Sorry for procrastination.
@KyleAMathews is this solved?
@jampy haven't had a time to test it yet —been working on other stuff.