diff options
| author | Tusooa Zhu <tusooa@kazv.moe> | 2022-08-16 08:02:09 -0400 |
|---|---|---|
| committer | Tusooa Zhu <tusooa@kazv.moe> | 2022-08-16 08:02:09 -0400 |
| commit | 99ee903c4699faf8746fd700aca365c998e9e49b (patch) | |
| tree | 489d4f0fc3fe0616ddb5bab2b7d1ce5256b53c62 /build/webpack.prod.conf.js | |
| parent | d8962919b9ceca21ee0022584b82767fe3743fc3 (diff) | |
Remove legacy code for chunksSortMode
Diffstat (limited to 'build/webpack.prod.conf.js')
| -rw-r--r-- | build/webpack.prod.conf.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/build/webpack.prod.conf.js b/build/webpack.prod.conf.js index 047cbd3e..7de93721 100644 --- a/build/webpack.prod.conf.js +++ b/build/webpack.prod.conf.js @@ -66,9 +66,6 @@ var webpackConfig = merge(baseWebpackConfig, { // more options: // 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 // extract webpack runtime and module manifest to its own file in order to |
