From 6909926bf32ecb1dce7d77a57ef7568663152510 Mon Sep 17 00:00:00 2001 From: Jack Hsu Date: Mon, 15 Mar 2021 11:47:34 -0400 Subject: [PATCH] chore(repo): remove presets from babel.config.json (#5034) --- babel.config.json | 1 - 1 file changed, 1 deletion(-) diff --git a/babel.config.json b/babel.config.json index 3db3bc135244d..065aee77de5b0 100644 --- a/babel.config.json +++ b/babel.config.json @@ -1,4 +1,3 @@ { - "presets": ["@nrwl/web/babel"], "babelrcRoots": ["*"] }