Remove legacy code for chunksSortMode
This commit is contained in:
parent
d8962919b9
commit
99ee903c46
|
@ -66,9 +66,6 @@ var webpackConfig = merge(baseWebpackConfig, {
|
||||||
// more options:
|
// more options:
|
||||||
// https://github.com/kangax/html-minifier#options-quick-reference
|
// https://github.com/kangax/html-minifier#options-quick-reference
|
||||||
}
|
}
|
||||||
// ,
|
|
||||||
// necessary to consistently work with multiple chunks via CommonsChunkPlugin
|
|
||||||
// chunksSortMode: 'dependency'
|
|
||||||
}),
|
}),
|
||||||
// split vendor js into its own file
|
// split vendor js into its own file
|
||||||
// extract webpack runtime and module manifest to its own file in order to
|
// extract webpack runtime and module manifest to its own file in order to
|
||||||
|
|
Loading…
Reference in New Issue