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:
parent
d4867c518f
commit
16b6c0e2b1
|
|
@ -362,7 +362,7 @@ if (IS_DEV_SERVER) {
|
|||
callback();
|
||||
})
|
||||
},
|
||||
},
|
||||
}
|
||||
);
|
||||
if (DEV_SERVER_LIVERELOAD) {
|
||||
config.plugins.push(new webpack.HotModuleReplacementPlugin());
|
||||
|
|
|
|||
Loading…
Reference in New Issue