From 4df3e8d4463285aca35ed412bc22552fc167ff6e Mon Sep 17 00:00:00 2001 From: yiminghe Date: Tue, 20 Oct 2015 17:10:21 +0800 Subject: [PATCH] add missing --- scripts/importCss.js | 1 + webpack.deploy.config.js | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 scripts/importCss.js create mode 100644 webpack.deploy.config.js diff --git a/scripts/importCss.js b/scripts/importCss.js new file mode 100644 index 000000000..262eb878a --- /dev/null +++ b/scripts/importCss.js @@ -0,0 +1 @@ +require('../style/index.less'); diff --git a/webpack.deploy.config.js b/webpack.deploy.config.js new file mode 100644 index 000000000..6e830ad99 --- /dev/null +++ b/webpack.deploy.config.js @@ -0,0 +1,3 @@ +var config = require('./webpack.config'); +delete config.entry.index; +module.exports = config;