add missing

This commit is contained in:
yiminghe 2015-10-20 17:10:21 +08:00
parent 8f2e8437be
commit 4df3e8d446
2 changed files with 4 additions and 0 deletions

1
scripts/importCss.js Normal file
View File

@ -0,0 +1 @@
require('../style/index.less');

3
webpack.deploy.config.js Normal file
View File

@ -0,0 +1,3 @@
var config = require('./webpack.config');
delete config.entry.index;
module.exports = config;