diff --git a/babel.config.js b/babel.config.js index 8d5aa84..870b5dc 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,13 +1,6 @@ module.exports = { presets: ['@babel/preset-env'], plugins: [ - '@babel/plugin-transform-runtime', - '@babel/plugin-transform-class-properties', - [ - '@babel/plugin-syntax-import-attributes', - { - deprecatedAssertSyntax: true - } - ] + '@babel/plugin-transform-runtime' ] } diff --git a/package-lock.json b/package-lock.json index 6ca22b9..36de457 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,6 @@ "license": "MIT", "devDependencies": { "@babel/core": "^7.24.4", - "@babel/plugin-syntax-import-attributes": "^7.24.1", "@babel/plugin-transform-runtime": "^7.24.3", "@babel/preset-env": "^7.24.4", "@babel/runtime": "^7.24.4", diff --git a/package.json b/package.json index 1d39b61..c8bd9af 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,6 @@ }, "devDependencies": { "@babel/core": "^7.24.4", - "@babel/plugin-syntax-import-attributes": "^7.24.1", "@babel/plugin-transform-runtime": "^7.24.3", "@babel/preset-env": "^7.24.4", "@babel/runtime": "^7.24.4",