5

Running create-react-app in development mode:

Why do my console errors link to minified code chunks? I thought I remember CRA being able to show the source mapped files.

console error

1 Answer 1

1

This is because the error was thrown by one of the dependencies you used. When you install a package, you get a minified-production-build version on your node_modules. We can see from the stack traces, that the error was located in vendors~main.chunk.js.

Sign up to request clarification or add additional context in comments.

1 Comment

Your answer could be improved with additional supporting information. Please edit to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers in the help center.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.