Allow editing

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2020-03-23 13:25:12 +01:00
commit fa20cda748
No known key found for this signature in database
GPG key ID: 60C25B8C072916CF
7 changed files with 95 additions and 42 deletions

View file

@ -7,7 +7,7 @@ module.exports = merge(common, {
devServer: {
historyApiFallback: true,
noInfo: true,
overlay: true
overlay: true,
},
devtool: 'source-map'
devtool: 'source-map',
})