|
|
|
@ -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
|
|
|
|
|