Fix production builds
This commit is contained in:
parent
78e1738d08
commit
96d8707353
@ -60,9 +60,10 @@ var webpackConfig = merge(baseWebpackConfig, {
|
||||
ignoreCustomComments: [/server-generated-meta/]
|
||||
// more options:
|
||||
// https://github.com/kangax/html-minifier#options-quick-reference
|
||||
},
|
||||
}
|
||||
// ,
|
||||
// necessary to consistently work with multiple chunks via CommonsChunkPlugin
|
||||
chunksSortMode: 'dependency'
|
||||
// chunksSortMode: 'dependency'
|
||||
}),
|
||||
// split vendor js into its own file
|
||||
// extract webpack runtime and module manifest to its own file in order to
|
||||
|
Loading…
Reference in New Issue
Block a user