Skip to content

Commit

Permalink
🤖 config(babel): Setup default presets.
Browse files Browse the repository at this point in the history
These changes were automatically generated by a transform whose code can be found at:
  - https://github.com/make-github-pseudonymous-again/rejuvenate/blob/587dd807680b9b47d58146ef8f24224d84b87d34/src/transforms/babel:setup-presets.js
Please contact the author of the transform if you believe there was an error.
  • Loading branch information
a-flying-potato authored and make-github-pseudonymous-again committed Jul 26, 2021
1 parent 43bdcd4 commit 1f61b8e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion package.json
Expand Up @@ -87,7 +87,15 @@
},
"babel": {
"presets": [
"@babel/preset-env"
[
"@babel/preset-env",
{
"targets": [
"defaults",
"maintained node versions"
]
}
]
],
"env": {
"test": {
Expand Down

0 comments on commit 1f61b8e

Please sign in to comment.