diff --git a/scripts/rollup/bundles.js b/scripts/rollup/bundles.js index 20aaf3847b142..3e0e501fa2fe5 100644 --- a/scripts/rollup/bundles.js +++ b/scripts/rollup/bundles.js @@ -459,7 +459,7 @@ const bundles = [ moduleType: ISOMORPHIC, entry: 'jest-react', global: 'JestReact', - externals: ['jest-diff'], + externals: [], }, /******* Jest Scheduler (experimental) *******/ @@ -468,7 +468,7 @@ const bundles = [ moduleType: ISOMORPHIC, entry: 'jest-mock-scheduler', global: 'JestMockScheduler', - externals: ['jest-diff'], + externals: [], }, /******* ESLint Plugin for Hooks (proposal) *******/