Skip to content

Commit

Permalink
😒 chore(deps-dev): Configure babel.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Apr 27, 2020
1 parent ccc4423 commit 8d99541
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions package.json
Expand Up @@ -48,5 +48,18 @@
"dependencies": {},
"spm": {
"main": "js/dist/compare.js"
},
"babel": {
"presets": [
"@babel/preset-env"
],
"plugins": [
"@babel/plugin-proposal-async-generator-functions"
],
"env": {
"development": {
"sourceMaps": "inline"
}
}
}
}

0 comments on commit 8d99541

Please sign in to comment.