Commit 0be4a77d authored by Mike Greiling's avatar Mike Greiling

Merge branch '43669-fix-webpack-trailing-comma' into 'master'

Fix webpack.config.js syntax error from trailing comma

Closes #43669

See merge request gitlab-org/gitlab-ce!17404
parents 074d3595 16b6c0e2
...@@ -360,7 +360,7 @@ if (IS_DEV_SERVER) { ...@@ -360,7 +360,7 @@ if (IS_DEV_SERVER) {
callback(); callback();
}) })
}, },
}, }
); );
if (DEV_SERVER_LIVERELOAD) { if (DEV_SERVER_LIVERELOAD) {
config.plugins.push(new webpack.HotModuleReplacementPlugin()); config.plugins.push(new webpack.HotModuleReplacementPlugin());
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment