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

Support production profiling with React Developer Tools #7737

Merged
merged 12 commits into from Oct 3, 2019

Commits on Sep 26, 2019

  1. Added the alias for profiling and output change to keep the className…

    …s and functionNames for human readbility
    JacobMGEvans committed Sep 26, 2019
    2
    Copy the full SHA
    ee4af55 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    46cd4cd View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    48976fd View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    3f3c3bc View commit details
    Browse the repository at this point in the history
  5. revert yarn.lock.cache to master yarn.lock.cache

    - git checkout origin/master -- packages/create-react-app/yarn.lock.cached
    JacobMGEvans committed Sep 26, 2019
    Copy the full SHA
    e52c452 View commit details
    Browse the repository at this point in the history
  6. Comment and Boolean Check

    - I clarified the comment and specified the use case
    - Changed the environment check to check for the specific true rather than
    the assumed primitive value as before.
    JacobMGEvans committed Sep 26, 2019
    Copy the full SHA
    56d0841 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2019

  1. Replaced env with flag

    - Per suggestion --profile flag used instead of env variable PROFILE_APP
    JacobMGEvans committed Sep 28, 2019
    Copy the full SHA
    dd71838 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2019

  1. Copy the full SHA
    bc08ea6 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6814e38 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2019

  1. moved documentation to suggested file

    - Added a brief summary of profiling in available scripts section.
    The summary references the production-build document. Which is the
    file I moved the new documentation into under a new Header for production support.
    JacobMGEvans committed Oct 2, 2019
    Copy the full SHA
    0684979 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2019

  1. Update production-build.md

    iansu committed Oct 3, 2019
    Copy the full SHA
    94d5839 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b2589c0 View commit details
    Browse the repository at this point in the history