From 44dd4c2b951f64d1e330a0ce8e5c4caf07d99085 Mon Sep 17 00:00:00 2001 From: Andy Espagnolo Date: Tue, 19 Sep 2023 14:54:48 -0300 Subject: [PATCH] chore: update babel config --- .babelrc.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.babelrc.json b/.babelrc.json index ca3e5f26a..83d1a31d2 100644 --- a/.babelrc.json +++ b/.babelrc.json @@ -12,13 +12,8 @@ } ], "@babel/preset-typescript", - "@babel/preset-react", - [ - "babel-preset-gatsby", - { - "reactRuntime": "automatic" - } - ] + ["@babel/preset-react", { "reactRuntime": "automatic" }], + ["babel-preset-gatsby", { "reactRuntime": "automatic" }] ], "plugins": [] }