Skip to content

Commit 9d1ff04

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

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

0 commit comments

Comments
 (0)