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

Don't strip stack traces of evaluated webpack bundles #1050

Merged
merged 4 commits into from
Dec 5, 2016

Commits on Nov 17, 2016

  1. Configuration menu
    Copy the full SHA
    67d923e View commit details
    Browse the repository at this point in the history
  2. Strip stack traces at the end of a string

    because the last line doesn't always have a `\n` and `create-react-app` is leaving the last line of the stack traces present in the error messages
    jameslnewell committed Nov 17, 2016
    Configuration menu
    Copy the full SHA
    8191ca8 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2016

  1. code comment

    James Newell committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    632a92a View commit details
    Browse the repository at this point in the history
  2. code comment

    James Newell committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    d6c76f4 View commit details
    Browse the repository at this point in the history