webpack config

This commit is contained in:
cookfront
2017-03-24 15:36:55 +08:00
parent b39b4547a8
commit bb85b3416c
14 changed files with 72 additions and 46 deletions

View File

@@ -1,6 +1,6 @@
var path = require('path');
var Components = require('../components.json');
var config = require('./webpack.config.js');
var config = require('./webpack.build.js');
delete config.devtool;