You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building with vite a web worker with source maps enabled, the generated asset and the generated source map use a different hash code.
When the option is set to true or inline, this is not a problem, but when is set to hidden it causes both files cannot to be linked.
We use an error tracking service to track errors and stack traces, so we use the source maps to improve them, but we do not publish them through the main server since we just upload them to that service, that's why the hidden option fits better.
Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
Make sure this is a Vite issue and not a framework-specific issue. For example, if it's a Vue SFC related bug, it should likely be reported to https://github.com/vuejs/core instead.
Describe the bug
When building with vite a web worker with source maps enabled, the generated asset and the generated source map use a different hash code.
When the option is set to true or inline, this is not a problem, but when is set to hidden it causes both files cannot to be linked.
We use an error tracking service to track errors and stack traces, so we use the source maps to improve them, but we do not publish them through the main server since we just upload them to that service, that's why the hidden option fits better.
Reproduction
https://github.com/vibaiher-qatium/test-worker
System Info
Used Package Manager
npm
Logs
Validations
The text was updated successfully, but these errors were encountered: