Skip to content

Commit 4b85291

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 240631a commit 4b85291

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
@@ -94,7 +94,15 @@
9494
},
9595
"babel": {
9696
"presets": [
97-
"@babel/preset-env"
97+
[
98+
"@babel/preset-env",
99+
{
100+
"targets": [
101+
"defaults",
102+
"maintained node versions"
103+
]
104+
}
105+
]
98106
],
99107
"env": {
100108
"test": {

0 commit comments

Comments
 (0)