Skip to content

Commit 305e209

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/ebf7e47fdba6d4d1465a98658ef1d4e78f0eace6/src/transforms/babel:setup-presets.js Please contact the author of the transform if you believe there was an error.
1 parent 7089080 commit 305e209

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
@@ -86,7 +86,15 @@
8686
},
8787
"babel": {
8888
"presets": [
89-
"@babel/preset-env"
89+
[
90+
"@babel/preset-env",
91+
{
92+
"targets": [
93+
"defaults",
94+
"maintained node versions"
95+
]
96+
}
97+
]
9098
],
9199
"env": {
92100
"test": {

0 commit comments

Comments
 (0)