BigW Consortium Gitlab

Commit 0be4a77d by 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) {
callback();
})
},
},
}
);
if (DEV_SERVER_LIVERELOAD) {
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