Skip to content

Commit 6a32df2

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

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

0 commit comments

Comments
 (0)