Skip to content

Commit

Permalink
Replace babel plugin runtime with object-assign to ensure project is …
Browse files Browse the repository at this point in the history
…easy to install
  • Loading branch information
wojtekmaj committed Sep 17, 2017
1 parent 9332dd7 commit 7eba5ea
Show file tree
Hide file tree
Showing 4 changed files with 1,113 additions and 736 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"react"
],
"plugins": [
"transform-runtime",
"transform-object-assign",
"transform-class-properties",
"transform-es2015-modules-commonjs"
]
Expand Down
Loading

0 comments on commit 7eba5ea

Please sign in to comment.