Skip to content

Commit

Permalink
feat: add babel config
Browse files Browse the repository at this point in the history
  • Loading branch information
doubleface committed Feb 17, 2022
1 parent cfe8045 commit 1a97fa7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions babel.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"presets": [
["cozy-app", {
"node": true,
"react": false,
"lib": true
}]
]
}

0 comments on commit 1a97fa7

Please sign in to comment.