mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user