From 784e2d2e424755141bc2450fef063a2cec83f484 Mon Sep 17 00:00:00 2001 From: Robbie Averill Date: Fri, 31 Mar 2023 12:12:25 -0700 Subject: [PATCH] chore: simplify babel config, we don't need much --- babel.config.json | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/babel.config.json b/babel.config.json index 5a52829..1320b9a 100644 --- a/babel.config.json +++ b/babel.config.json @@ -1,12 +1,3 @@ { - "presets": [ - [ - "@babel/preset-env", - { - "targets": { - "node": "16" - } - } - ] - ] + "presets": ["@babel/preset-env"] }