Skip to content

Commit 2dddae0

Browse files
🤖 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/f4f2f038c1728370f45204d13b52e4691640a5b4/src/transforms/babel:setup-presets.js Please contact the author of the transform if you believe there was an error.
1 parent e01b933 commit 2dddae0

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
@@ -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
"env": {
8997
"test": {

0 commit comments

Comments
 (0)