Skip to content

Commit 38853f0

Browse files
authored
Merge pull request #6 from lostsnow/develop
Develop
2 parents 8bcbfa4 + 9eec881 commit 38853f0

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

build/webpack.prod.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ const webpackConfig = {
6565
// https://github.com/kangax/html-minifier#options-quick-reference
6666
},
6767
// necessary to consistently work with multiple chunks via CommonsChunkPlugin
68-
chunksSortMode: 'dependency'
68+
chunksSortMode: 'auto'
6969
}),
7070
new MiniCssExtractPlugin({
7171
filename: utils.assetsPath('css/[name].[chunkhash].css'),

package-lock.json

Lines changed: 3 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)