Skip to content

Commit

Permalink
Set defaults for COMPONENT_SYSTEM_PHASE variable (#28772)
Browse files Browse the repository at this point in the history
  • Loading branch information
talldan authored Feb 8, 2021
1 parent 8889a5d commit 68237f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"config": {
"GUTENBERG_PHASE": 2,
"COMPONENT_SYSTEM_PHASE": 0
"COMPONENT_SYSTEM_PHASE": 1
},
"dependencies": {
"@wordpress/a11y": "file:packages/a11y",
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ module.exports = {
parseInt(
process.env.npm_package_config_COMPONENT_SYSTEM_PHASE,
10
) || 1
) || 0
),
'process.env.FORCE_REDUCED_MOTION': JSON.stringify(
process.env.FORCE_REDUCED_MOTION
Expand Down

0 comments on commit 68237f6

Please sign in to comment.