We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09cb243 commit 6255a79Copy full SHA for 6255a79
2 files changed
config/plugin.js
@@ -239,7 +239,8 @@ exports.extract = {
239
},
240
args() {
241
return {
242
- filename: this.webpackInfo.cssName
+ filename: this.webpackInfo.cssName,
243
+ allChunks: true
244
};
245
}
246
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "easywebpack",
3
- "version": "4.0.2",
+ "version": "4.0.3",
4
"description": "基于 Webpack 的前端构建工程化解决方案",
5
"keywords": [
6
"webpack",
0 commit comments