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

See https://gitlab.com/gitlab-org/gitlab-ce/issues/43669
This commit is contained in:
Eric Eastwood 2018-02-27 14:06:00 -06:00
parent d4867c518f
commit 16b6c0e2b1
1 changed files with 1 additions and 1 deletions

View File

@ -362,7 +362,7 @@ if (IS_DEV_SERVER) {
callback();
})
},
},
}
);
if (DEV_SERVER_LIVERELOAD) {
config.plugins.push(new webpack.HotModuleReplacementPlugin());