@samitouri / QOS-React / commits / 5d29478716

Add FB build for ReactReconcilerConstants (#29003)

In order to integrate the `react-reconciler` build created in #28880 with third party libraries, we need to have matching `react-reconciler/constants` to go with it.

Jack Pope committed May 6, 2024 at 11:32 UTC 5d29478716cefbf8290dfdd19129156c2ac75973
1 file changed +1 -1
scripts/rollup/bundles.js
+1 -1
@@ -884,7 +884,7 @@ const bundles = [
884 /******* Reconciler Constants *******/
885 {
886 moduleType: RENDERER_UTILS,
887 - bundleTypes: [NODE_DEV, NODE_PROD],
887 + bundleTypes: [NODE_DEV, NODE_PROD, FB_WWW_DEV, FB_WWW_PROD],
888 entry: 'react-reconciler/constants',
889 global: 'ReactReconcilerConstants',
890 minifyWithProdErrorCodes: true,