From d690c49c5d58ae152fd1d981246e7abf63819797 Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Wed, 23 Feb 2022 18:29:13 +0900 Subject: [PATCH] refactor targets option --- babel.config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/babel.config.json b/babel.config.json index a6c4232..e74d17d 100644 --- a/babel.config.json +++ b/babel.config.json @@ -1,3 +1,4 @@ { - "presets": [["@babel/preset-env", { "targets": { "node": "current" } }]] + "presets": ["@babel/preset-env"], + "targets": { "node": "current" } }