Skip to content

Commit 7ecfd7e

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/67ba7d5e9b38c8944d42909a3a30b0710559b446/src/transforms/babel:setup-presets.js Please contact the author of the transform if you believe there was an error.
1 parent 601420b commit 7ecfd7e

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
@@ -122,7 +122,15 @@
122122
},
123123
"babel": {
124124
"presets": [
125-
"@babel/preset-env"
125+
[
126+
"@babel/preset-env",
127+
{
128+
"targets": [
129+
"defaults",
130+
"maintained node versions"
131+
]
132+
}
133+
]
126134
],
127135
"env": {
128136
"test": {

0 commit comments

Comments
 (0)