I'm not sure if this will work, but it would make cutting out the functionality easier for those using ifdef-like parsers... ``` js /* ifdef DEVELOPMENT */ @require('react-strict-prop-types')() /* endif */ class MyComponent extends React.Component {} ```