提交 0be4a77d 编写于 作者: M 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
......@@ -360,7 +360,7 @@ if (IS_DEV_SERVER) {
callback();
})
},
},
}
);
if (DEV_SERVER_LIVERELOAD) {
config.plugins.push(new webpack.HotModuleReplacementPlugin());
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册