Skip to content

Commit

Permalink
fix(transformers): include babel mjs config
Browse files Browse the repository at this point in the history
  • Loading branch information
0x706b committed Jul 5, 2024
1 parent 0aa58bb commit 2a5978e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/transformers/.babel.mjs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"plugins": [
["replace-import-extension", {
"extMapping": {
".js": ".mjs"
}
}],
["annotate-pure-calls"]
]
}

0 comments on commit 2a5978e

Please sign in to comment.