We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
System: OS: Windows 11 10.0.22631 CPU: (20) x64 13th Gen Intel(R) Core(TM) i7-13700H Memory: 12.19 GB / 31.62 GB Browsers: Edge: Chromium (127.0.2651.74) Internet Explorer: 11.0.22621.3527
When performance.chunkSplit.forceSplitting is defined and the chunking strategy is "single-vendor":
performance.chunkSplit.forceSplitting
performance: { chunkSplit: { strategy: "single-vendor", forceSplitting: { "react": /node_modules[\\/]react/ } } }
I would expect in this example, that a react chunk would extracted out of the vendor chunk.
react
.
Add the following configuration to a React application:
I would expect that a react.js file would be generated in the dist folder.
react.js
dist
The text was updated successfully, but these errors were encountered:
forceSplitting
single-vendor
Thank you, this will be fixed in the next release
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Version
Details
When
performance.chunkSplit.forceSplitting
is defined and the chunking strategy is "single-vendor":I would expect in this example, that a
react
chunk would extracted out of the vendor chunk.Reproduce link
.
Reproduce Steps
Add the following configuration to a React application:
I would expect that a
react.js
file would be generated in thedist
folder.The text was updated successfully, but these errors were encountered: