diff --git a/config/plugin.js b/config/plugin.js index e610d25..8271431 100644 --- a/config/plugin.js +++ b/config/plugin.js @@ -239,7 +239,8 @@ exports.extract = { }, args() { return { - filename: this.webpackInfo.cssName + filename: this.webpackInfo.cssName, + allChunks: true }; } }; diff --git a/package.json b/package.json index 0786706..2dde041 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "easywebpack", - "version": "4.0.2", + "version": "4.0.3", "description": "基于 Webpack 的前端构建工程化解决方案", "keywords": [ "webpack",