diff --git a/config/webpack.config.js b/config/webpack.config.js index 93f900e18a4317c5369e55a97df5a3af99fd5033..613ed1cad03cc9bac00d294ab8365c7be2dc855a 100644 --- a/config/webpack.config.js +++ b/config/webpack.config.js @@ -360,7 +360,7 @@ if (IS_DEV_SERVER) { callback(); }) }, - }, + } ); if (DEV_SERVER_LIVERELOAD) { config.plugins.push(new webpack.HotModuleReplacementPlugin());