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
Hi! Thank you for this awesome library.
I was using @imgly/background-removal 1.5.5 for some time without any issues. But after update from 1.5.5 to 1.5.7, 2 large WASM files are bundled by Vite to assets:
These files are quite big and probably are not expected to be bundled in dist/assets directory as a part of the build.
In version 1.5.5 there no WASM files are copied to dist/assets.
I believe this is not expected behavior. And I can't make Vite stop copying these WASM file to dist/assets.
Is there a fix or workaround?
The text was updated successfully, but these errors were encountered:
Hi! Thank you for this awesome library.
I was using @imgly/background-removal 1.5.5 for some time without any issues. But after update from 1.5.5 to 1.5.7, 2 large WASM files are bundled by Vite to assets:
These files are quite big and probably are not expected to be bundled in
dist/assets
directory as a part of the build.In version 1.5.5 there no WASM files are copied to
dist/assets
.I believe this is not expected behavior. And I can't make Vite stop copying these WASM file to
dist/assets
.Is there a fix or workaround?
The text was updated successfully, but these errors were encountered: