Skip to content

Commit

Permalink
Add FB build for ReactReconcilerConstants (#29003)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jackpope committed May 6, 2024
1 parent 46abd7b commit 5d29478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/rollup/bundles.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 5d29478

Please sign in to comment.