aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/config/webpack.common.js2
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