From e2bbdf4c043aa2173765415567723c19e93e68b8 Mon Sep 17 00:00:00 2001 From: Lucas Garron Date: Wed, 22 Dec 2021 06:04:48 -0800 Subject: [PATCH] Remove `.babelrc`. --- .babelrc | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 .babelrc diff --git a/.babelrc b/.babelrc deleted file mode 100644 index 1ac2596..0000000 --- a/.babelrc +++ /dev/null @@ -1,8 +0,0 @@ -{ - "plugins": [ - "@babel/plugin-proposal-class-properties", - "@babel/plugin-proposal-private-methods", - "@babel/plugin-proposal-optional-chaining", - "@babel/plugin-proposal-nullish-coalescing-operator" - ] -}