-
Notifications
You must be signed in to change notification settings - Fork 54
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
Sourcemaps not present, and giving warning in webpack5 #147
Comments
Thanks @k-funk for reporting. I submitted an internal ticket to address this on a future release. |
Hi @charliesantos. Are there any updates on this? |
@todorovv995 this has been prioritized and should be fixed in the upcoming months. |
@k-funk can you please try this RC version? #55 (comment) |
SDK source maps work but the AudioPlayer source maps, which is a dependency, are still missing. We will be addressing them soon. Please stay tuned! |
Fixed in 2.6.0-rc2 |
We just released 2.6.0 which contains the fix for this issue. |
Issue
Installed files include a reference to a sourcemap that is not actually present. The
//# sourceMappingURL=AudioPlayer.js.map
probably shouldn't be there at all, sinceAudioPlayer.js
isn't minified anyways. Looks like someone else ran into this issue as well.Why this matters to me
Create React App 5 (uses webpack5) outputs warnings from dependencies. In my project, twilio is the only one outputting warnings. IMO CRA5 should allow turning these warnings off, but alas, that PR seems to be dead. However, I've been holding on upgrading to CRA5 for 9 months due to this twilio warning.
Originally posted by @k-funk in #79 (comment)
The text was updated successfully, but these errors were encountered: