-
Notifications
You must be signed in to change notification settings - Fork 96
does not work with webpack 5 #107
Comments
👀 |
any updates? |
I gave this a try and webpack 5 worked as expected with parallel-webpack. Just make sure to follow the migration guide and update all webpack-related dependencies. |
Doesn't work with stats because presetToOptions should be replaced with compilation.createStatsOptions |
This only occurs if you're using a string reference to your stats. If you change this to
It will build with webpack 5. 🎉 |
It will not, obviously. Webpack stats config doesn't have |
But you can't, because |
@Defite I've been reviewing the Webpack config and it seems the config @culshaw has shared is valid. I've tried this config using |
Solved by changing |
Is this project still active? I see that the last commit was almost 1-1/2 years ago. If this project is in fact defunct, what's the replacement? |
None of the original authors still work at trivago. With all of the improvements in Webpack through the last years, the advantage of parallel builds has been reduced to the point where trivago stopped using this project entirely. I'd recommend using Webpack directly. In most cases that should be good enough. |
Explain the problem
Dear, this very useful plugin does not work with webpack 5. Unfortunately. Thank you
Expected Behaviour
Actual Behaviour
Steps to reproduce
Provide your webpack config
Provide your Environment details
Node version:12.16.3
Operating System:
webpack version: 5
parallel-webpack version: 2.6.0
The text was updated successfully, but these errors were encountered: