Build files for backend

This commit is contained in:
Alexander Zobnin
2019-09-24 19:29:18 +03:00
parent 3fccec1bb8
commit 0938d06487
3 changed files with 11 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
const baseWebpackConfig = require('./webpack.base.conf');
var conf = baseWebpackConfig;
conf.watch = true;
// conf.watch = true;
conf.mode = 'development';
conf.devtool = 'source-map';