Skip to content

Commit 1718e7c

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 3c4ecb5 commit 1718e7c

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
@@ -90,7 +90,15 @@
9090
},
9191
"babel": {
9292
"presets": [
93-
"@babel/preset-env"
93+
[
94+
"@babel/preset-env",
95+
{
96+
"targets": [
97+
"defaults",
98+
"maintained node versions"
99+
]
100+
}
101+
]
94102
],
95103
"env": {
96104
"development": {

0 commit comments

Comments
 (0)