Skip to content

Commit bb1a4d6

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 b1400ff commit bb1a4d6

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
@@ -91,7 +91,15 @@
9191
},
9292
"babel": {
9393
"presets": [
94-
"@babel/preset-env"
94+
[
95+
"@babel/preset-env",
96+
{
97+
"targets": [
98+
"defaults",
99+
"maintained node versions"
100+
]
101+
}
102+
]
95103
],
96104
"env": {
97105
"test": {

0 commit comments

Comments
 (0)