From 138079b05cdb8f3247867516726b05a076826972 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Monnot?= Date: Fri, 22 Oct 2021 01:02:55 +0900 Subject: [PATCH] Fix babel config --- babel.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/babel.config.js b/babel.config.js index f9cc403..dcb46eb 100644 --- a/babel.config.js +++ b/babel.config.js @@ -2,7 +2,6 @@ module.exports = { presets: [ ['@babel/preset-env', { loose: true, targets: { node: 10 } }], '@babel/preset-react', - '@babel/preset-typescript', ], plugins: ['@babel/plugin-syntax-dynamic-import'], };