Skip to content

1.1.0 Laser Raptor

Compare
Choose a tag to compare
@evrowe evrowe released this 19 May 21:27
· 40 commits to master since this release

The addon will now automatically remove propTypes validation for production, and set up uglify to remove any unreachable code from the build, meaning your propTypes declarations should be removed from your code.

Docs in README have been updated to cover how this works and how to disable the behavior in your app via configuration.

Changes

  • ✨ Added code stripping for production builds [#1]