Skip to content
This repository has been archived by the owner on Dec 23, 2022. It is now read-only.

Commit

Permalink
Update react, storybook and the babel config.
Browse files Browse the repository at this point in the history
  • Loading branch information
leMaik committed May 17, 2018
1 parent eab9f80 commit 85d61c6
Show file tree
Hide file tree
Showing 3 changed files with 4,996 additions and 2,750 deletions.
4 changes: 2 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"presets": ["es2015", "stage-0", "react"],
"plugins": ["transform-object-assign"]
"presets": ["env", "react"],
"plugins": ["transform-class-properties", "transform-object-assign", "transform-object-rest-spread"]
}
Loading

0 comments on commit 85d61c6

Please sign in to comment.