Skip to content

Commit f00c275

Browse files
authored
Removed unnecessary externals from Jest bundles (#14372)
1 parent 52bea95 commit f00c275

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/rollup/bundles.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ const bundles = [
459459
moduleType: ISOMORPHIC,
460460
entry: 'jest-react',
461461
global: 'JestReact',
462-
externals: ['jest-diff'],
462+
externals: [],
463463
},
464464

465465
/******* Jest Scheduler (experimental) *******/
@@ -468,7 +468,7 @@ const bundles = [
468468
moduleType: ISOMORPHIC,
469469
entry: 'jest-mock-scheduler',
470470
global: 'JestMockScheduler',
471-
externals: ['jest-diff'],
471+
externals: [],
472472
},
473473

474474
/******* ESLint Plugin for Hooks (proposal) *******/

0 commit comments

Comments
 (0)