Skip to content

Commit

Permalink
Updated .babelrc that properly wraps prop-types.
Browse files Browse the repository at this point in the history
  • Loading branch information
virgofx committed Jun 7, 2017
1 parent c0aadb4 commit b33b0dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"plugins": [
"dev-expression",
"add-module-exports",
"transform-object-assign"
"transform-object-assign",
["transform-react-remove-prop-types", { mode: "wrap" }]
],
}

0 comments on commit b33b0dd

Please sign in to comment.