Skip to content

Commit 167e5f0

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/057c4df07dfcd3ed83201b062803b05a252bf67f/src/transforms/babel:setup-presets.js Please contact the author of the transform if you believe there was an error.
1 parent aef055a commit 167e5f0

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

0 commit comments

Comments
 (0)