From cdefeef48524dbd92d6a7516d5bd7ccbc36e5ca9 Mon Sep 17 00:00:00 2001 From: absidue <48293849+absidue@users.noreply.github.com> Date: Fri, 11 Jul 2025 22:52:17 +0000 Subject: [PATCH] Clean up included by default babel class properties transform (#7655) --- .babelrc | 3 --- package.json | 1 - 2 files changed, 4 deletions(-) diff --git a/.babelrc b/.babelrc index 5b381b9ea..507703d06 100644 --- a/.babelrc +++ b/.babelrc @@ -9,8 +9,5 @@ } } ] - ], - "plugins": [ - "@babel/plugin-transform-class-properties" ] } diff --git a/package.json b/package.json index 4f7c3cb68..7741f06a3 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,6 @@ }, "devDependencies": { "@babel/core": "^7.28.0", - "@babel/plugin-transform-class-properties": "^7.27.1", "@babel/preset-env": "^7.28.0", "@double-great/stylelint-a11y": "^3.0.4", "@eslint/js": "^9.30.1",