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 b4db321 commit 559e1caCopy full SHA for 559e1ca
rspack.config.ts
@@ -784,7 +784,8 @@ appConfig.plugins?.push(
784
create: false,
785
},
786
reactComponentAnnotation: {
787
- enabled: true,
+ // Enabled only in production because annotating is slow
788
+ enabled: IS_PRODUCTION,
789
790
bundleSizeOptimizations: {
791
// This is enabled so that our SDKs send exceptions to Sentry
webpack.config.ts
@@ -823,7 +823,8 @@ appConfig.plugins?.push(
823
824
825
826
827
828
829
830
0 commit comments