diff options
Diffstat (limited to 'client/config/webpack.common.js')
-rw-r--r-- | client/config/webpack.common.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/config/webpack.common.js b/client/config/webpack.common.js index 9d05668e2..dec468736 100644 --- a/client/config/webpack.common.js +++ b/client/config/webpack.common.js | |||
@@ -244,7 +244,7 @@ module.exports = { | |||
244 | new HtmlWebpackPlugin({ | 244 | new HtmlWebpackPlugin({ |
245 | template: 'src/index.html', | 245 | template: 'src/index.html', |
246 | chunksSortMode: 'dependency' | 246 | chunksSortMode: 'dependency' |
247 | }), | 247 | }) |
248 | 248 | ||
249 | ], | 249 | ], |
250 | 250 | ||