Skip to content

Commit e49197f

Browse files
a-flying-potatomake-github-pseudonymous-again
authored andcommittedMar 25, 2021
🤖 config(babel): Setup default presets.
These changes were automatically generated by a transform whose code can be found at: - https://github.com/aureooms/rejuvenate/blob/e086830dfe927964be93f46b8ecdacd2597eb487/src/transforms/babel:setup-presets.js Please contact the author of the transform if you believe there was an error.
1 parent 4df6540 commit e49197f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed
 

‎package.json

+9-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,15 @@
8282
},
8383
"babel": {
8484
"presets": [
85-
"@babel/preset-env"
85+
[
86+
"@babel/preset-env",
87+
{
88+
"targets": [
89+
"defaults",
90+
"maintained node versions"
91+
]
92+
}
93+
]
8694
],
8795
"env": {
8896
"development": {

0 commit comments

Comments
 (0)
Please sign in to comment.