Remove legacy code for chunksSortMode

This commit is contained in:
Tusooa Zhu 2022-08-16 08:02:09 -04:00
parent d8962919b9
commit 99ee903c46
No known key found for this signature in database
GPG Key ID: 7B467EDE43A08224
1 changed files with 0 additions and 3 deletions

View File

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