Skip to content

Commit

Permalink
Upgrade to babel 7 (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
lahsivjar authored Sep 19, 2019
1 parent d69cd26 commit b2c8198
Show file tree
Hide file tree
Showing 3 changed files with 1,626 additions and 2,579 deletions.
8 changes: 5 additions & 3 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"presets": [
"env",
"react"
"@babel/preset-env",
"@babel/preset-react"
],
"plugins": [
["transform-class-properties"]
[
"@babel/plugin-proposal-class-properties",
]
]
}
Loading

0 comments on commit b2c8198

Please sign in to comment.