From 42f7ab3871f87a36176798d074182ffc7f0fb31a Mon Sep 17 00:00:00 2001 From: teramotodaiki Date: Sat, 2 Oct 2021 23:11:13 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20loose=20=E3=83=95=E3=83=A9=E3=82=B0?= =?UTF-8?q?=E3=81=AF=E4=BD=BF=E3=81=88=E3=81=AA=E3=81=8F=E3=81=AA=E3=81=A3?= =?UTF-8?q?=E3=81=9F=E3=82=89=E3=81=97=E3=81=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .babelrc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.babelrc b/.babelrc index f835f5c3..9a7a96cb 100644 --- a/.babelrc +++ b/.babelrc @@ -15,10 +15,7 @@ ], "plugins": [ [ - "@babel/plugin-proposal-class-properties", - { - "loose": true - } + "@babel/plugin-proposal-class-properties" ], [ "@babel/transform-runtime",