initial webpack build, #632
This commit is contained in:
8
webpack/webpack.dev.conf.js
Normal file
8
webpack/webpack.dev.conf.js
Normal file
@@ -0,0 +1,8 @@
|
||||
const baseWebpackConfig = require('./webpack.base.conf');
|
||||
|
||||
var conf = baseWebpackConfig;
|
||||
conf.watch = true;
|
||||
conf.mode = 'development';
|
||||
conf.devtool = 'source-map';
|
||||
|
||||
module.exports = baseWebpackConfig;
|
||||
Reference in New Issue
Block a user