Skip to content

Commit

Permalink
fix: dynamic load componet extract css not require, must use allChunk
Browse files Browse the repository at this point in the history
  • Loading branch information
hubcarl committed Mar 13, 2018
1 parent 09cb243 commit 6255a79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion config/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,8 @@ exports.extract = {
},
args() {
return {
filename: this.webpackInfo.cssName
filename: this.webpackInfo.cssName,
allChunks: true
};
}
};
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "easywebpack",
"version": "4.0.2",
"version": "4.0.3",
"description": "基于 Webpack 的前端构建工程化解决方案",
"keywords": [
"webpack",
Expand Down

0 comments on commit 6255a79

Please sign in to comment.