Skip to content

Commit

Permalink
Add babel assign transform
Browse files Browse the repository at this point in the history
  • Loading branch information
topicus committed Feb 8, 2017
1 parent 12dd44d commit c5a8cf5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"presets": ["react", "es2015"],
"plugins": ["transform-class-properties", "react-hot-loader/babel"]
"plugins": ["transform-class-properties", "react-hot-loader/babel", "transform-object-assign"]
}
Loading

0 comments on commit c5a8cf5

Please sign in to comment.