From 7721192dc14002c6faf17e9353cd1d442431cb0c Mon Sep 17 00:00:00 2001 From: blam Date: Wed, 21 Oct 2020 14:06:45 +0200 Subject: [PATCH] chore(create-plugin): removing the polyfill for backend components --- packages/cli/templates/default-backend-plugin/src/setupTests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/templates/default-backend-plugin/src/setupTests.ts b/packages/cli/templates/default-backend-plugin/src/setupTests.ts index 1c7ba6c7e1..ba33cf996b 100644 --- a/packages/cli/templates/default-backend-plugin/src/setupTests.ts +++ b/packages/cli/templates/default-backend-plugin/src/setupTests.ts @@ -13,5 +13,5 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -import 'cross-fetch/polyfill'; + export {};