Skip to content

Commit

Permalink
build: remove deprecated babel plugin (#781)
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 authored Aug 13, 2024
1 parent 3ef7c7f commit e40881c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
6 changes: 1 addition & 5 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,5 @@
"@babel/typescript",
["@babel/react", {"runtime": "automatic", "importSource": "@emotion/react"}]
],
"plugins": [
["@babel/plugin-proposal-decorators", {"legacy": true}],
["@babel/plugin-proposal-class-properties", {"loose": false}],
"@emotion/babel-plugin"
]
"plugins": [["@babel/plugin-proposal-decorators", {"legacy": true}], "@emotion/babel-plugin"]
}
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,7 @@
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/eslint-parser": "^7.22.5",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.22.5",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/preset-env": "^7.22.5",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
Expand Down
6 changes: 0 additions & 6 deletions pnpm-lock.yaml

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

0 comments on commit e40881c

Please sign in to comment.