Commit b3bc8e4
Set ExtractTextPlugin.allChunks to true (vuejs-templates#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 53ef0dd commit b3bc8e4
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
48 | 52 | | |
49 | 53 | | |
50 | 54 | | |
| |||
0 commit comments