From a85b53f4b587efdf3086cf23bc6100567fe171c5 Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Wed, 23 Feb 2022 18:35:21 +0900 Subject: [PATCH] shortened target string --- babel.config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/babel.config.json b/babel.config.json index e74d17d..fbe6baa 100644 --- a/babel.config.json +++ b/babel.config.json @@ -1,4 +1,4 @@ { "presets": ["@babel/preset-env"], - "targets": { "node": "current" } + "targets": "current node" }