Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement for best practice prop types. #70

Merged
merged 4 commits into from
Jun 12, 2017
Merged

Commits on Jun 3, 2017

  1. Fixes reactjs#69: Adding capability to reduce production build output…

    … size and
    
    allow users that import this package to include prop types in
    development and optionally remove them using Webpacks UglifyJS + Define
    plugin.
    virgofx committed Jun 3, 2017
    Configuration menu
    Copy the full SHA
    c0aadb4 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2017

  1. Configuration menu
    Copy the full SHA
    b33b0dd View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2017

  1. Restoring the original constant declaration for prop types as uglify

    does find dead code and remove it.
    virgofx committed Jun 10, 2017
    Configuration menu
    Copy the full SHA
    5321582 View commit details
    Browse the repository at this point in the history
  2. Updating changelog.

    virgofx committed Jun 10, 2017
    Configuration menu
    Copy the full SHA
    13a727b View commit details
    Browse the repository at this point in the history