1. 11 Dec, 2016 12 commits
  2. 10 Dec, 2016 5 commits
  3. 09 Dec, 2016 3 commits
  4. 08 Dec, 2016 5 commits
  5. 07 Dec, 2016 8 commits
  6. 06 Dec, 2016 6 commits
  7. 05 Dec, 2016 1 commit
    • James Newell's avatar
      Don't strip stack traces of evaluated webpack bundles (#1050) · f7d9cd81
      James Newell authored
      * Don't strip stack traces of evaluated webpack code
      
      * 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
      
      * code comment
      
      * code comment
      f7d9cd81