Move js
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
9645462348
commit
27e545f7b7
29 changed files with 4 additions and 4 deletions
|
|
@ -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',
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue