Build files for backend
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user