Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2019-08-30 21:06:00 +02:00
commit 27e545f7b7
No known key found for this signature in database
GPG key ID: F941078878347C0C
29 changed files with 4 additions and 4 deletions

View file

@ -1,13 +0,0 @@
/*jshint esversion: 6*/
const merge = require('webpack-merge');
const common = require('./webpack.common.js');
module.exports = merge(common, {
mode: 'development',
devServer: {
historyApiFallback: true,
noInfo: true,
overlay: true
},
devtool: 'source-map',
})