How to prevent babylonjs from creating blobs object?

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

Blob should be allowed in PWA ? I am not aware of any restriction regarding them but I might be fully wrong :slight_smile:

Could it be an unintended PWABuilder behavior regarding the blobs ?

We do not have any fallbacks in place and we use blobs in a few places within the framework