diff --git a/config/webpack.common.js b/config/webpack.common.js index 4e5a787580..8066e1cbda 100644 --- a/config/webpack.common.js +++ b/config/webpack.common.js @@ -197,7 +197,7 @@ module.exports = { // See: https://github.com/ampedandwired/html-webpack-plugin new HtmlWebpackPlugin({ template: 'src/index.html', - chunksSortMode: 'none' + chunksSortMode: helpers.packageSort(['polyfills', 'vendor', 'main']) }) ],