-
Notifications
You must be signed in to change notification settings - Fork 239
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 #396
Comments
+1, I have the same error. I believe that we could either set |
Also running into this issue via installing https://www.npmjs.com/package/swagger-ui-react, which depends on https://www.npmjs.com/package/remarkable, which depends on Autolinker 3.x. |
Apologies on the delay on this. Source maps should be fixed with Autolinker 4.0.2+ |
I have upgraded to CRA 5 and I'm getting this compilation error:
Somehow CRA keeps trying to find the map files in src folder instead of dist.
The text was updated successfully, but these errors were encountered: