Skip to content

Commit

Permalink
Merge pull request #6059 from thornbill/babel-cleanup
Browse files Browse the repository at this point in the history
Cleanup babel plugins
  • Loading branch information
thornbill authored Sep 11, 2024
2 parents ff6cda4 + d53a41a commit cdf0fce
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 27 deletions.
3 changes: 0 additions & 3 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,5 @@ module.exports = {
'@babel/preset-react'
],
plugins: [
'@babel/plugin-transform-class-properties',
'@babel/plugin-transform-private-methods',
'babel-plugin-dynamic-import-polyfill'
]
};
21 changes: 0 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
"license": "GPL-2.0-or-later",
"devDependencies": {
"@babel/core": "7.25.2",
"@babel/plugin-transform-class-properties": "7.25.4",
"@babel/plugin-transform-modules-umd": "7.24.7",
"@babel/plugin-transform-private-methods": "7.25.4",
"@babel/preset-env": "7.25.4",
"@babel/preset-react": "7.24.7",
"@stylistic/eslint-plugin": "2.7.2",
Expand All @@ -26,7 +24,6 @@
"@vitest/coverage-v8": "2.0.5",
"autoprefixer": "10.4.20",
"babel-loader": "9.1.3",
"babel-plugin-dynamic-import-polyfill": "1.0.0",
"clean-webpack-plugin": "4.0.0",
"confusing-browser-globals": "1.0.11",
"copy-webpack-plugin": "12.0.2",
Expand Down

0 comments on commit cdf0fce

Please sign in to comment.