fix webpack

This commit is contained in:
willyb321
2018-04-14 09:51:46 +10:00
parent bd95e2c5a5
commit fbeb6237cf
2 changed files with 1 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ CopyDirPlugin.prototype.apply = function(compiler) {
};
module.exports = {
devtool: 'source-map',
devtool: 'eval',
devServer: {
headers: { "Access-Control-Allow-Origin": "*" }
},