Skip to content

Commit 0746e21

Browse files
committed
Switch from babel-preset-latest to babel-preset-env
1 parent d10656c commit 0746e21

File tree

3 files changed

+790
-415
lines changed

3 files changed

+790
-415
lines changed

.babelrc

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
{
2-
"presets": ["latest", "react"]
2+
"presets": [
3+
["env", {
4+
"targets": {
5+
"node": "current"
6+
}
7+
}],
8+
"react"
9+
]
310
}

0 commit comments

Comments
 (0)