Skip to content

Commit 612d8c6

Browse files
Upgrade to babel 7
1 parent dbdcfd3 commit 612d8c6

File tree

3 files changed

+2016
-1142
lines changed

3 files changed

+2016
-1142
lines changed

.babelrc

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
{
22
"presets": [
3-
"es2015",
4-
"stage-3",
5-
"react"
3+
[
4+
"@babel/env",
5+
{
6+
"targets": {
7+
"browsers": ["last 4 versions", "safari >= 7", "ie >= 9"]
8+
}
9+
}
10+
],
11+
"@babel/react"
612
]
713
}

0 commit comments

Comments
 (0)