BigW Consortium Gitlab

Commit 16b6c0e2 by Eric Eastwood

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

parent d4867c51
......@@ -362,7 +362,7 @@ if (IS_DEV_SERVER) {
callback();
})
},
},
}
);
if (DEV_SERVER_LIVERELOAD) {
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