-
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
[BUG] generated esm has invalid reference to map files #103
Comments
+1 This is blocking my project from upgrading some of our infrastructure. (webpack/create-react-app) |
Submitted an internal ticket. Tracking this as part of #147 |
@waynebrantley 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! |
@charliesantos I did a test of the build. |
Fixed in 2.6.0-rc2 |
We just released 2.6.0 which contains the fix for this issue. |
or sensitive account information (API keys, credentials, etc.) when reporting this issue.
The following files reference a map file that does not exist, which causes warnings when building (and of course keep the map files from working).
AudioPlayer.js
Deferred.js
EventTarget.js
Suggest to include the map file in the package or remove the map reference
Here is a screenshot showing the reference and what files are shipped.
The text was updated successfully, but these errors were encountered: