-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chunks are not processed #93
Comments
Any progress on this? |
What's the error you're getting on this? I'm getting what I think is an error similar to what you see:
I'm only getting this in |
Problem are still actual. No error messages are reported, plugin just dont process any chunk except main one. |
Simple repository (based on webpack guides), where this problem can be reproduced, can be found here. Webpack would generate two chunks:
|
I investigated this issue, and it comes to this line:
If one removes that block, all chunks would be minimized. It is a pity that the developers did not find time to take a look for such trivial thing in two years. |
I have a minimal React setup here that outputs three chunks (runtime, common, and main). The plugin seems to only process the main chunk and output blank for the others.
The text was updated successfully, but these errors were encountered: