Hi, recently I made a React App with BabylonJS and wrapped it using Electron. This worked great and everything seemed ok until I tried to use the wrapped app on a device without an internet connection.
I got around the error my manually adding basisTranscoder, glslang, twgsl, babylon.ktx2Decoder, draco_decoder_gltf, draco_wasm_wrapper_gltf, gltf_validator and meshopt_decoder to the app and then changing the URLs in the built JavaScript.
Is there a way to use BabylonJS that will work offline once built, it’s possible I’ve missed something but I’ve had a quick google and couldn’t see anything too helpful.
Thanks for your help