Fixed sourcemaps

master
Keith Irwin 2017-09-26 03:03:20 +00:00
parent 64c7a047fe
commit e7657396ba
No known key found for this signature in database
GPG Key ID: 378933C743E2BBC0
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ module.exports = {
},
// Sourcemaps
devtool: (env.mode=='development')?'source-map':false,
devtool: (env.mode=='development')?'inline-source-map':false,
// Output format
output: {