Commit 16b6c0e2 authored by Eric Eastwood's avatar Eric Eastwood

Remove trailing comma in webpack config to support Node@<8

See https://gitlab.com/gitlab-org/gitlab-ce/issues/43669
parent d4867c51
...@@ -362,7 +362,7 @@ if (IS_DEV_SERVER) { ...@@ -362,7 +362,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