webpack-contrib / bundle-loader

Bundle Loader
MIT License
658 stars 59 forks source link

how to merge chunks in one page #23

Closed starInEcust closed 4 years ago

starInEcust commented 8 years ago

In a react app, I want to dynamically load reducer and indexComponent. bundle-loader will build two chunks. How to merge reducer chunk and component chunk in one chunk.

jmmendivil commented 8 years ago

Try with LimitChunkCountPlugin

michael-ciniawsky commented 7 years ago

@starInEcust Did @jmmendivil's comment solve your issue ? Otherwise please provide more info about your current setup (webpack.config.js etc)

alexander-akait commented 4 years ago

Closing due to inactivity. Please test with latest version and feel free to reopen if still regressions. Thanks!