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
The source map points at a file that does not exist:
"sources":["../src/index.ts"]
As a result, this library cannot be used with Vite which tries to load source maps when the server is started so that it can transform them when it transforms code in the library:
08:57:06 [vite] Internal server error: ENOENT: no such file or directory, open 'node_modules/blurhash/src/index.ts'
The text was updated successfully, but these errors were encountered:
Reproduce with:
The source map points at a file that does not exist:
As a result, this library cannot be used with Vite which tries to load source maps when the server is started so that it can transform them when it transforms code in the library:
The text was updated successfully, but these errors were encountered: