Skip to content

Commit

Permalink
feat: added ability to log
Browse files Browse the repository at this point in the history
  • Loading branch information
kkyusuftk committed Mar 19, 2024
1 parent 2d80d2c commit cdc6ba7
Show file tree
Hide file tree
Showing 6 changed files with 1,607 additions and 1,252 deletions.
4 changes: 3 additions & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ module.exports = {
[
'@babel/preset-env',
{
targets: '> 0.25%, not dead',
targets: {
esmodules: true
},
modules: false
}
]
Expand Down
Loading

0 comments on commit cdc6ba7

Please sign in to comment.