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": [] }