Skip to content

Commit

Permalink
fix: css inline flicker
Browse files Browse the repository at this point in the history
  • Loading branch information
sky committed Oct 8, 2019
1 parent 22be262 commit 91b9b0f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions config/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ exports.reactssrchunk = {
}
};

exports.extract = {
env: ['dev', 'test', 'prod'],
};

exports.modulereplacement = false;

exports.ignore = false;
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": "@easy-team/easywebpack-react",
"version": "4.0.1",
"version": "4.0.2",
"description": "React client render and server side render build solution for Webpack",
"keywords": [
"webpack",
Expand Down

0 comments on commit 91b9b0f

Please sign in to comment.