-
Notifications
You must be signed in to change notification settings - Fork 179
Parallel webpack builds fails. #323
Comments
I think i have a similar issue although it is when running multiple instances of awesome-typescript-loader in a single configuration. |
I'm having a similar issue with multi-compiler webpack configurations. When disabling one or the other, everything works fine. |
Same problem here with webpack 1 |
same problem |
I had this problem (3.0.0-beta.17). I fixed it, for now, by using the version 3.0.0-beta.13. I'm using webpack 2.2.0-rc3 And my tsconfig.json contains :
And I installed the CheckerPlugin as mentionned here https://github.com/s-panferov/awesome-typescript-loader#configuration Hope this will help |
I have this same issue with webpack 2.2.0-rc4 on Windows and the node(boron) Docker Container |
Same problem here with beta18, workaround above works. |
Same problem here |
Same thing here, rolling back to beta 13 until then |
@ThaNarie way worked. It actually speed up my build time so I might even keep it that way. |
Same problem appears when using array in module exports like:
|
This is already fixed in master. Release will be ready soon. |
@s-panferov Any news? Is the release still happening shortly? |
Look it works now. Great job, thanks! |
What version of webpack are you running? I'm having the save issue with the 2.2.1 version |
When running webpack with multiple configs (=parallel) the build fails with the following messages:
Check out the build log here:
https://travis-ci.org/wikiwi/caniuse-support/jobs/184193513
And the configuration here:
https://github.com/wikiwi/caniuse-support/blob/7563133e568f3f0f4c5742d25276d8d21a45dcd0/webpack.config.js
I am using version 3.0.0-beta.17 and webpack version 2.2.0-rc.0.
Running them sequentially works without issues.
The text was updated successfully, but these errors were encountered: