[Build] optimize webpack config

This commit is contained in:
陈嘉涵
2018-05-09 22:44:59 +08:00
parent 26a22fe48f
commit bf05e1e9e1
7 changed files with 11 additions and 20 deletions

View File

@@ -1,5 +1,5 @@
const path = require('path');
const config = require('./webpack.config.dev.js');
const config = require('./webpack.dev.js');
const isMinify = process.argv.indexOf('-p') !== -1;
module.exports = Object.assign({}, config, {