webpack-stable-module-id-and-hash icon indicating copy to clipboard operation
webpack-stable-module-id-and-hash copied to clipboard

Experiencing module id collision on linux build server

Open KyleAMathews opened this issue 8 years ago • 6 comments

On every build.

I tried building on my local machine (mac) and didn't get an error.

Dunno why.

KyleAMathews avatar Nov 17 '16 04:11 KyleAMathews

Can you try with current master, please?

Do you use the default settings?

Perhaps related to #6

jampy avatar Nov 18 '16 00:11 jampy

@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 avatar Nov 28 '16 21:11 jgable

@jgable cool! I'll try again once @zhenyong releases @jampy's latest fixes.

KyleAMathews avatar Nov 28 '16 21:11 KyleAMathews

@KyleAMathews @jampy

Done. Sorry for procrastination.

zhenyong avatar Nov 29 '16 03:11 zhenyong

@KyleAMathews is this solved?

jampy avatar Dec 06 '16 17:12 jampy

@jampy haven't had a time to test it yet —been working on other stuff.

KyleAMathews avatar Dec 06 '16 17:12 KyleAMathews