Skip to content

Commit

Permalink
FIX (propTypes): remove in production
Browse files Browse the repository at this point in the history
  • Loading branch information
sanusart committed Feb 13, 2019
1 parent e292262 commit 36252a4
Show file tree
Hide file tree
Showing 3 changed files with 193 additions and 166 deletions.
3 changes: 2 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"plugins": [
"emotion",
"@babel/plugin-proposal-class-properties"
"@babel/plugin-proposal-class-properties",
"transform-react-remove-prop-types"
],
"presets": [
"minify",
Expand Down
Loading

0 comments on commit 36252a4

Please sign in to comment.