We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The sourcemap for app and staging (for example, https://staging.element.io/bundles/51733431847a348f8b7e/init.js.map) is somewhat useless and contains only 2488 mappings - most of them to webpack:///./src/favicon.ts - compared to the same on develop (https://develop.element.io/bundles/1b8575a8c64aae903849/init.js.map, which contains 563564 mappings.
webpack:///./src/favicon.ts
This makes investigating problems on the production builds particularly painful.
The text was updated successfully, but these errors were encountered:
t3chguy
Successfully merging a pull request may close this issue.
The sourcemap for app and staging (for example, https://staging.element.io/bundles/51733431847a348f8b7e/init.js.map) is somewhat useless and contains only 2488 mappings - most of them to
webpack:///./src/favicon.ts
- compared to the same on develop (https://develop.element.io/bundles/1b8575a8c64aae903849/init.js.map, which contains 563564 mappings.This makes investigating problems on the production builds particularly painful.
The text was updated successfully, but these errors were encountered: