Skip to content

Commit d02a5c6

Browse files
author
Matt Lewis
committed
build: set correct option value
1 parent d3d182b commit d02a5c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ export default (env = 'development') => {
133133
),
134134
new HtmlWebpackPlugin({
135135
template: path.join(__dirname, 'demos', 'index.ejs'),
136-
chunksSortMode: false
136+
chunksSortMode: 'none'
137137
}),
138138
ifProduction(new OfflinePlugin())
139139
]),

0 commit comments

Comments
 (0)