Commit 626bc98
Set ExtractTextPlugin.allChunks to true (#1027)
* When using CommonsChunkPlugin and there are extracted chunks (from ExtractTextPlugin.extract) in the commons chunk, allChunks must be set to true
https://github.com/webpack-contrib/extract-text-webpack-plugin
* Explicitly set allChunks to false along with some useful info on codesplit chunks (credit to @LinusBorg)
* Update webpack.prod.conf.js1 parent db75f1f commit 626bc98
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
47 | 51 | | |
48 | 52 | | |
49 | 53 | | |
| |||
0 commit comments