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.
This commit is contained in:
Jack Pope
2024-05-06 11:32:43 -04:00
committed by GitHub
parent 46abd7b1de
commit 5d29478716

View File

@@ -884,7 +884,7 @@ const bundles = [
/******* Reconciler Constants *******/
{
moduleType: RENDERER_UTILS,
bundleTypes: [NODE_DEV, NODE_PROD],
bundleTypes: [NODE_DEV, NODE_PROD, FB_WWW_DEV, FB_WWW_PROD],
entry: 'react-reconciler/constants',
global: 'ReactReconcilerConstants',
minifyWithProdErrorCodes: true,