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;