Skip to content

Commit

Permalink
chore: babel preset-env now includes transform-class-properties
Browse files Browse the repository at this point in the history
  • Loading branch information
3cp committed Apr 17, 2024
1 parent db049eb commit 18c4566
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion babel/babel.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
],
"plugins": [
["@babel/plugin-proposal-decorators", { "version": "2023-11" }],
["@babel/plugin-transform-class-properties", { "loose": true }],
"@babel/plugin-syntax-dynamic-import"
]
}
1 change: 0 additions & 1 deletion babel/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.24.1",
"@babel/plugin-transform-class-properties": "^7.24.1",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/core": "^7.24.3",
// @if !parcel
Expand Down

0 comments on commit 18c4566

Please sign in to comment.