Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
fix: config: modules false for esm builds
Browse files Browse the repository at this point in the history
  • Loading branch information
nullfame committed Apr 16, 2024
1 parent fcdcb9e commit 8f2ee2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion babel.esm.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
{
"targets": {
"esmodules": true
}
},
"modules": false
}
]
]
Expand Down

0 comments on commit 8f2ee2f

Please sign in to comment.