Skip to content

Commit

Permalink
Merge pull request #114 from aurelia/babel
Browse files Browse the repository at this point in the history
chore: update babel config
  • Loading branch information
3cp authored Oct 23, 2024
2 parents e19dbbe + 88ab814 commit 9e76f96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions babel/babel.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
],
"plugins": [
["@babel/plugin-proposal-decorators", { "version": "2023-11" }],
"@babel/plugin-transform-class-static-block",
["@babel/plugin-transform-class-properties", { "loose": true }],
"@babel/plugin-syntax-dynamic-import"
]
}

0 comments on commit 9e76f96

Please sign in to comment.