Skip to content

Commit

Permalink
Merge pull request react-materialize#714 from react-materialize/upgra…
Browse files Browse the repository at this point in the history
…de-babel

Upgrade babel
  • Loading branch information
alextrastero authored Dec 13, 2018
2 parents 93e5f13 + 78bbe98 commit 0271276
Show file tree
Hide file tree
Showing 7 changed files with 2,543 additions and 2,281 deletions.
10 changes: 9 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
{
"presets": ["es2015", "react", "stage-0"]
"presets": [
[
"@babel/preset-env",
{
"targets": "> 0.25%, not dead"
}
],
"@babel/preset-react"
]
}
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

### 2.6.0

- update to babel7

### 2.5.2

- revert #690
Expand Down
Loading

0 comments on commit 0271276

Please sign in to comment.