Skip to content

Commit

Permalink
Update babel to 7
Browse files Browse the repository at this point in the history
  • Loading branch information
Godsenal committed Nov 5, 2018
1 parent 090d1f6 commit f359cc4
Show file tree
Hide file tree
Showing 5 changed files with 5,065 additions and 3,709 deletions.
12 changes: 10 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
{
"presets": ["env", "react", "stage-0"]
}
"presets": [
"@babel/preset-env",
"@babel/preset-react"
],
"plugins": [
"@babel/plugin-syntax-dynamic-import",
"@babel/plugin-syntax-import-meta",
"@babel/plugin-proposal-class-properties"
]
}
Loading

0 comments on commit f359cc4

Please sign in to comment.