diff options
| author | Tusooa Zhu <tusooa@kazv.moe> | 2022-08-15 17:39:17 -0400 |
|---|---|---|
| committer | Tusooa Zhu <tusooa@kazv.moe> | 2022-08-15 17:39:17 -0400 |
| commit | 96d87073533595ba98380b4b5000160b21647fe9 (patch) | |
| tree | 4a782832f754a5e3c653933fb64fac53d9eca334 | |
| parent | 78e1738d0825e3c87c36533948d0ef8a8dc04b3e (diff) | |
Fix production builds
| -rw-r--r-- | build/webpack.prod.conf.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/build/webpack.prod.conf.js b/build/webpack.prod.conf.js index a67ed2f6..edd3bdb6 100644 --- a/build/webpack.prod.conf.js +++ b/build/webpack.prod.conf.js @@ -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 |
