Hi everyone,
I tried to bundle my babylon project using PWABuilder (https://www.pwabuilder.com/)
and it failed because babylon automatically generate blob items when loading glb, texture, and wasm files.
It successfully bundled when I removed all texture from the glb, and there are no blob items,
This project is using latest babylon version,
My previous project that used babylon 4.1 is not generating any blobs and successfully bundled.
Is this a new feature? and is there any settings on the engine to prevent babylon to generate blob items?
Thanks in advance