[react-www] remove forked bundle (#25831)

The `enableNewReconciler` was gone with
420f0b7fa1, this removes the bundle
config.
This commit is contained in:
Jan Kassens
2022-12-06 16:12:20 -05:00
committed by GitHub
parent 7db45b9a38
commit 645ae2686b
2 changed files with 0 additions and 12 deletions

View File

@@ -46,7 +46,6 @@ const CRITICAL_ARTIFACT_PATHS = new Set([
'oss-experimental/react-dom/cjs/react-dom.production.min.js',
'facebook-www/ReactDOM-prod.classic.js',
'facebook-www/ReactDOM-prod.modern.js',
'facebook-www/ReactDOMForked-prod.classic.js',
]);
const kilobyteFormatter = new Intl.NumberFormat('en', {

View File

@@ -163,17 +163,6 @@ const bundles = [
externals: ['react'],
},
/******* React DOM - www - Uses forked reconciler *******/
{
moduleType: RENDERER,
bundleTypes: [FB_WWW_DEV, FB_WWW_PROD, FB_WWW_PROFILING],
entry: 'react-dom',
global: 'ReactDOMForked',
minifyWithProdErrorCodes: true,
wrapWithModuleBoundaries: true,
externals: ['react'],
},
/******* Test Utils *******/
{
moduleType: RENDERER_UTILS,