From 1ae8cb851cd22a82ff40ca4b2a8c099b572b1fe5 Mon Sep 17 00:00:00 2001 From: Xvezda Date: Sat, 18 Dec 2021 03:08:06 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20babel=20=EC=84=A4=EC=A0=95=20=EC=97=85?= =?UTF-8?q?=EB=8D=B0=EC=9D=B4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 참고: - https://2ality.com/2015/12/babel6-loose-mode.html - https://github.com/w3ctag/polyfills/issues/6 --- babel.config.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/babel.config.json b/babel.config.json index 66c74dc..a2de72e 100644 --- a/babel.config.json +++ b/babel.config.json @@ -3,8 +3,7 @@ [ "@babel/preset-env", { - "useBuiltIns": "entry", - "corejs": {"version": 3, "proposals": true} + "loose": true } ] ],