You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 7, 2022. It is now read-only.
Hi! I'm curious if there is a way to use SplitChunksPlugin with parallel-webpack. Current problem is: we have an array of different configurations that are built in parallel, but we also have duplicate code chunks in resulting bundles.
SplitChunksPlugin works great, but as builds are parallelized, we have multiple different "commons" chunks, each one for build.
Basically I want to create a single one "commons" bundle, that contains all common files (that are imported N or more times) between all parallel-built bundles, and those bundles should reference it.
Is it possible?
Expected Behaviour
Actual Behaviour
Steps to reproduce
Provide your webpack config
Provide your Environment details
Node version:
Operating System:
webpack version:
parallel-webpack version:
The text was updated successfully, but these errors were encountered:
Explain the problem
Hi! I'm curious if there is a way to use SplitChunksPlugin with parallel-webpack. Current problem is: we have an array of different configurations that are built in parallel, but we also have duplicate code chunks in resulting bundles.
SplitChunksPlugin works great, but as builds are parallelized, we have multiple different "commons" chunks, each one for build.
Basically I want to create a single one "commons" bundle, that contains all common files (that are imported N or more times) between all parallel-built bundles, and those bundles should reference it.
Is it possible?
Expected Behaviour
Actual Behaviour
Steps to reproduce
Provide your webpack config
Provide your Environment details
Node version:
Operating System:
webpack version:
parallel-webpack version:
The text was updated successfully, but these errors were encountered: