Skip to content

Commit

Permalink
fix(Rollup): Remove proptype check for production but allow in develo…
Browse files Browse the repository at this point in the history
…pment
  • Loading branch information
stevenfitzpatrick committed Feb 24, 2018
1 parent 7ca46f4 commit 1a58782
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ export default {
],
babelrc: false,
plugins: [
//'transform-react-remove-prop-types',
['transform-react-remove-prop-types', { mode: 'unsafe-wrap' }],
'external-helpers',
'transform-object-rest-spread',
'transform-class-properties'
['transform-class-properties', { loose: true }]
]
})
]
Expand Down

0 comments on commit 1a58782

Please sign in to comment.