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
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 vuejs/core instead.
Describe the bug
when creating an inline worker like:
something like the following snippet is inserted into the resulting file
This fails with
Not allowed to load local resource: blob:null/f1883bd0-1f7f-4bbc-8482-d54d540cacf7
if I change the snippet to
everything works.
Seams the Blob variant is not allowed here. But base64 data url variant is allowed
Removing the blob variant works.
Reproduction
Steps to reproduce
Can be tested i.e in a figma plugin
https://github.com/figma/plugin-samples/tree/master/esbuild-react
(a plugin example using vite (with esbuild)
System Info
Used Package Manager
npm
Logs
No response
Validations
The text was updated successfully, but these errors were encountered: