Skip to content

Commit

Permalink
build: remove redundant babel plugins included by default
Browse files Browse the repository at this point in the history
This change simplifies our babel configuration without changing the
compiled build.
  • Loading branch information
Parsium committed Dec 11, 2024
1 parent 830b4fb commit 6766cff
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 23 deletions.
2 changes: 0 additions & 2 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ module.exports = (api) => {
!inStorybookBuild &&
inProduction &&
"./plugins/generate-proptypes/index.mjs",
"@babel/plugin-proposal-class-properties",
"@babel/plugin-transform-classes",
"babel-plugin-dev-expression",
].filter(Boolean),
};
Expand Down
19 changes: 0 additions & 19 deletions package-lock.json

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

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.3",
"@babel/eslint-parser": "^7.23.3",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-transform-classes": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
Expand Down

0 comments on commit 6766cff

Please sign in to comment.