-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
Errors emitted by react-scripts build
don't include any trace after upgrading to 5.0.0
#12043
Labels
Comments
For me it looks like this:
I have no trace when it is first line:
which version of typescript do you have? |
We are currently on 4.3.5. |
I wanted to try from a blank project and got the same results, steps I followed:
The Typescript version in the project was 4.5.5. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm not sure if this is a bug or intended so I've marked it as a question for now...
I am upgrading an application from
4.0.3
to5.0.0
, one thing we noticed immediately however, is that build errors no longer include any kind of file trace with them, here's an example:4.0.3:
5.0.0
The former is a lot more convenient to debug than the latter, and I'm not sure what about upgrading has caused the error to be less verbose, but is there something I'm missing, or a change I need to make since upgrading?
The text was updated successfully, but these errors were encountered: