• 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