Skip to content

Commit b2c8198

Browse files
authored
Upgrade to babel 7 (#132)
1 parent d69cd26 commit b2c8198

File tree

3 files changed

+1626
-2579
lines changed

3 files changed

+1626
-2579
lines changed

.babelrc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{
22
"presets": [
3-
"env",
4-
"react"
3+
"@babel/preset-env",
4+
"@babel/preset-react"
55
],
66
"plugins": [
7-
["transform-class-properties"]
7+
[
8+
"@babel/plugin-proposal-class-properties",
9+
]
810
]
911
}

0 commit comments

Comments
 (0)