Skip to content

Commit 645ae26

Browse files
authored
[react-www] remove forked bundle (#25831)
The `enableNewReconciler` was gone with 420f0b7, this removes the bundle config.
1 parent 7db45b9 commit 645ae26

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

dangerfile.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ const CRITICAL_ARTIFACT_PATHS = new Set([
4646
'oss-experimental/react-dom/cjs/react-dom.production.min.js',
4747
'facebook-www/ReactDOM-prod.classic.js',
4848
'facebook-www/ReactDOM-prod.modern.js',
49-
'facebook-www/ReactDOMForked-prod.classic.js',
5049
]);
5150

5251
const kilobyteFormatter = new Intl.NumberFormat('en', {

scripts/rollup/bundles.js

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -163,17 +163,6 @@ const bundles = [
163163
externals: ['react'],
164164
},
165165

166-
/******* React DOM - www - Uses forked reconciler *******/
167-
{
168-
moduleType: RENDERER,
169-
bundleTypes: [FB_WWW_DEV, FB_WWW_PROD, FB_WWW_PROFILING],
170-
entry: 'react-dom',
171-
global: 'ReactDOMForked',
172-
minifyWithProdErrorCodes: true,
173-
wrapWithModuleBoundaries: true,
174-
externals: ['react'],
175-
},
176-
177166
/******* Test Utils *******/
178167
{
179168
moduleType: RENDERER_UTILS,

0 commit comments

Comments
 (0)