From fde26b373f2ef0f02d4012b144d57ca9029b5db5 Mon Sep 17 00:00:00 2001 From: tooppaaa Date: Sat, 6 Jun 2020 10:45:49 +0200 Subject: [PATCH] remove plugin-external-helpers from fixtures --- lib/cli/test/fixtures/webpack_react_frozen_lock/.babelrc | 3 +-- lib/cli/test/fixtures/webpack_react_frozen_lock/package.json | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/cli/test/fixtures/webpack_react_frozen_lock/.babelrc b/lib/cli/test/fixtures/webpack_react_frozen_lock/.babelrc index e636022c817b..7dd5e9df2340 100644 --- a/lib/cli/test/fixtures/webpack_react_frozen_lock/.babelrc +++ b/lib/cli/test/fixtures/webpack_react_frozen_lock/.babelrc @@ -1,4 +1,3 @@ { - "presets": ["@babel/preset-react"], - "plugins": ["@babel/plugin-external-helpers"] + "presets": ["@babel/preset-react"] } diff --git a/lib/cli/test/fixtures/webpack_react_frozen_lock/package.json b/lib/cli/test/fixtures/webpack_react_frozen_lock/package.json index 6efbd6282c5f..3ebfc0eed05a 100644 --- a/lib/cli/test/fixtures/webpack_react_frozen_lock/package.json +++ b/lib/cli/test/fixtures/webpack_react_frozen_lock/package.json @@ -12,7 +12,6 @@ }, "devDependencies": { "@babel/core": "^7.3.4", - "@babel/plugin-external-helpers": "7.2.0", "@babel/preset-react": "7.0.0", "babel-core": "^7.0.0-bridge.0", "babel-loader": "^8.0.5",