Skip to content

Commit fc49aab

Browse files
🤖 config(babel): Setup default presets.
These changes were automatically generated by a transform whose code can be found at: - https://github.com/make-github-pseudonymous-again/rejuvenate/blob/1b5252aec880aa76850f97b16980a6ce00c782c4/src/transforms/babel:setup-presets.js Please contact the author of the transform if you believe there was an error.
1 parent 079b7d0 commit fc49aab

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,15 @@
8383
},
8484
"babel": {
8585
"presets": [
86-
"@babel/preset-env"
86+
[
87+
"@babel/preset-env",
88+
{
89+
"targets": [
90+
"defaults",
91+
"maintained node versions"
92+
]
93+
}
94+
]
8795
],
8896
"plugins": [
8997
"@babel/plugin-proposal-async-generator-functions"

0 commit comments

Comments
 (0)