We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2b4cd9 commit 8feddc7Copy full SHA for 8feddc7
1 file changed
packages/scripts/src/config/WebpackConfigHelper.ts
@@ -679,6 +679,7 @@ ${bannerConfig.copyrightText}${bannerConfig.credit ? creditNote : ''}`,
679
if (
680
this.config.hasReact &&
681
!this.config.disableReactRefresh &&
682
+ !this.file.optimizeForGutenberg &&
683
addReactRefresh &&
684
this.isDev
685
) {
0 commit comments