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
This commit is contained in:
Mike Greiling 2018-02-27 22:01:24 +00:00
commit 0be4a77d00
1 changed files with 1 additions and 1 deletions

View File

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