Skip to content

Commit 431bae9

Browse files
committed
updated webpack config
1 parent 4cc74cd commit 431bae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/webpack.common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ module.exports = {
232232
// See: https://github.com/ampedandwired/html-webpack-plugin
233233
new HtmlWebpackPlugin({
234234
template: 'src/index.html',
235-
chunksSortMode: 'none',
235+
chunksSortMode: helpers.packageSort(['polyfills', 'vendor', 'main'])
236236
}),
237237

238238
new webpack.ProvidePlugin({

0 commit comments

Comments
 (0)