Quantcast
Channel: How to configure webpack 4 to prevent chunks from list of entry points appearing in any other bundle? - Stack Overflow
Browsing all 4 articles
Browse latest View live

Answer by Joe Lencioni for How to configure webpack 4 to prevent chunks from...

Ok, so I think I have figured out how to do this. But first, here's what the build looks like with the default splitChunks configuration (note FOO.bundle.js is an async bundle created by a dynamic...

View Article



Answer by Carloluis for How to configure webpack 4 to prevent chunks from...

Your current config (using Webpack 3) uses CommonsChunkPlugin for an Explicit vendor chunk:Split your code into vendor and application.Checking the Webpack output for your repo I found that a.bundle.js...

View Article

Answer by WelcomeTo for How to configure webpack 4 to prevent chunks from...

Our goal is to configure webpack to build our assets so that any chunks that appear in any of these bundles will not appear in any other bundle.What I had before: new...

View Article

How to configure webpack 4 to prevent chunks from list of entry points...

I am working on a large project and trying to land webpack 3 -> 4 update. This app has somewhere around 1,000 entry points, and about 10 of those are considered "global" or "core" and guaranteed to...

View Article
Browsing all 4 articles
Browse latest View live




Latest Images