From 18c4566b07a81577d27c6f0ef57acc57d4b6cd19 Mon Sep 17 00:00:00 2001 From: Chunpeng Huo Date: Wed, 17 Apr 2024 18:54:11 +1000 Subject: [PATCH] chore: babel preset-env now includes transform-class-properties --- babel/babel.config.json | 1 - babel/package.json | 1 - 2 files changed, 2 deletions(-) diff --git a/babel/babel.config.json b/babel/babel.config.json index 1d15f70..5eb062b 100644 --- a/babel/babel.config.json +++ b/babel/babel.config.json @@ -10,7 +10,6 @@ ], "plugins": [ ["@babel/plugin-proposal-decorators", { "version": "2023-11" }], - ["@babel/plugin-transform-class-properties", { "loose": true }], "@babel/plugin-syntax-dynamic-import" ] } diff --git a/babel/package.json b/babel/package.json index 2296048..2a6da1e 100644 --- a/babel/package.json +++ b/babel/package.json @@ -1,7 +1,6 @@ { "devDependencies": { "@babel/plugin-proposal-decorators": "^7.24.1", - "@babel/plugin-transform-class-properties": "^7.24.1", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/core": "^7.24.3", // @if !parcel