From 96d87073533595ba98380b4b5000160b21647fe9 Mon Sep 17 00:00:00 2001 From: Tusooa Zhu Date: Mon, 15 Aug 2022 17:39:17 -0400 Subject: [PATCH] Fix production builds --- build/webpack.prod.conf.js | 5 +++-- 1 file 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