Skip to content

Commit e275be1

Browse files
🤖 config(babel): Setup default presets.
These changes were automatically generated by a transform whose code can be found at: - https://github.com/make-github-pseudonymous-again/rejuvenate/blob/9b50c2a1d7e9ab7b4bc9c9ff88892e98c5f62244/src/transforms/babel:setup-presets.js Please contact the author of the transform if you believe there was an error.
1 parent a73dacf commit e275be1

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
@@ -96,7 +96,15 @@
9696
},
9797
"babel": {
9898
"presets": [
99-
"@babel/preset-env"
99+
[
100+
"@babel/preset-env",
101+
{
102+
"targets": [
103+
"defaults",
104+
"maintained node versions"
105+
]
106+
}
107+
]
100108
],
101109
"env": {
102110
"test": {

0 commit comments

Comments
 (0)