Skip to content

Commit

Permalink
revert extra change
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Sep 29, 2022
1 parent 916cbee commit 4194670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/build/webpack-config.ts
Expand Up @@ -216,7 +216,7 @@ export function getDefineEnv({
'process.env.__NEXT_STRICT_MODE': JSON.stringify(config.reactStrictMode),
'process.env.__NEXT_REACT_ROOT': JSON.stringify(hasReactRoot),
'process.env.__NEXT_OPTIMIZE_FONTS': JSON.stringify(
config.optimizeFonts && !dev
!dev && config.optimizeFonts
),
'process.env.__NEXT_OPTIMIZE_CSS': JSON.stringify(
config.experimental.optimizeCss && !dev
Expand Down

0 comments on commit 4194670

Please sign in to comment.