Skip to content

Commit

Permalink
Merge pull request #49 from aurelia/babel
Browse files Browse the repository at this point in the history
chore: update babel config
  • Loading branch information
3cp authored Oct 24, 2024
2 parents a8edce7 + b155ea3 commit dbeba1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/babel.config.json__if_babel
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
],
"plugins": [
["@babel/plugin-proposal-decorators", { "version": "legacy" }],
"@babel/plugin-transform-class-static-block",
["@babel/plugin-transform-class-properties", { "loose": true }],
"@babel/plugin-syntax-dynamic-import"
]
Expand Down

0 comments on commit dbeba1b

Please sign in to comment.