-
Notifications
You must be signed in to change notification settings - Fork 311
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
Failed to parse source map error when used with create-react-app 5.x #311
Comments
lanwin
changed the title
Failed to parse source map error when used with create-react-app 4.x
Failed to parse source map error when used with create-react-app 5.x
Jan 13, 2022
any progress on this? |
Also having this issue, any updates? |
Tritvial fix at #317 |
Yup, I'm facing the same problem. I hope someone can review @willstott101 PR. |
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When the current 3.7.0 package is installed with create-react-app I got some warnings like that:
The warning is correct cause the included source map point to a source file witch is not included in the package.
I think it could be solved by removing all source maps from the release package or include the src files at the correct location.
The text was updated successfully, but these errors were encountered: