Skip to content

Commit 3a0b845

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

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

0 commit comments

Comments
 (0)