diff options
-rw-r--r-- | config/webpack.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js index cdeca3ecfd5..137bf729aab 100644 --- a/config/webpack.config.js +++ b/config/webpack.config.js @@ -362,7 +362,7 @@ if (IS_DEV_SERVER) { callback(); }) }, - }, + } ); if (DEV_SERVER_LIVERELOAD) { config.plugins.push(new webpack.HotModuleReplacementPlugin()); |