From 9b442d4bdf4e4deca4690481cd7edbff37a8de66 Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Sat, 1 Dec 2018 16:05:37 -0800 Subject: [PATCH] Removed unnecessary externals from Jest bundles --- scripts/rollup/bundles.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) *******/