Skip to content

Commit

Permalink
chore: babel updates
Browse files Browse the repository at this point in the history
- didn't update babel-jest yet due to needing to probably update jest
KBDEV-1095
  • Loading branch information
kttkjl committed Feb 28, 2024
1 parent f1aa499 commit 30ef341
Show file tree
Hide file tree
Showing 3 changed files with 2,188 additions and 1,694 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"plugins": [
"@babel/plugin-transform-runtime",
["@babel/plugin-proposal-decorators", { "legacy": true }],
["@babel/plugin-proposal-class-properties", { "loose" : false }]
"@babel/plugin-transform-class-properties"
],
"env": {
"test": {
Expand Down
Loading

0 comments on commit 30ef341

Please sign in to comment.