Skip to content

Commit

Permalink
Add COMPONENT_SYSTEM_PHASE to reduce bundle size
Browse files Browse the repository at this point in the history
  • Loading branch information
scinos authored and noahtallen committed Mar 24, 2021
1 parent 3e837bd commit a623b1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ const webpackConfig = {
'process.env.NODE_ENV': JSON.stringify( bundleEnv ),
'process.env.NODE_DEBUG': JSON.stringify( process.env.NODE_DEBUG || false ),
'process.env.GUTENBERG_PHASE': JSON.stringify( 1 ),
'process.env.COMPONENT_SYSTEM_PHASE': JSON.stringify( 0 ),
'process.env.FORCE_REDUCED_MOTION': JSON.stringify(
!! process.env.FORCE_REDUCED_MOTION || false
),
Expand Down

0 comments on commit a623b1e

Please sign in to comment.