Skip to content

Commit

Permalink
Merge pull request #387 from xapijs/fix/babel-traverse
Browse files Browse the repository at this point in the history
fix: Remove babel-plugin-transform-class-properties
  • Loading branch information
CookieCookson authored Apr 16, 2024
2 parents f65b6cc + c39b5b4 commit 5e918d7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 284 deletions.
5 changes: 1 addition & 4 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,5 @@ module.exports = {
],
"@babel/preset-typescript",
],
plugins: [
"transform-class-properties",
"@babel/plugin-proposal-optional-chaining",
],
plugins: ["@babel/plugin-proposal-optional-chaining"],
};
282 changes: 3 additions & 279 deletions package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"babel-jest": "^29.7.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"crypto-js": "^4.2.0",
"dotenv": "^16.3.1",
"eslint": "^8.53.0",
Expand Down

0 comments on commit 5e918d7

Please sign in to comment.