Hi all,
I have problem when i try to serialize the scene, i got this error:
In this case, I’m trying to reduce the size of the babylon js file by importing only the used modules and merging them into one file. but I got the above error when I tried to serialize scene
Sample code : BabylonJS - Scene Serializer Test - StackBlitz
Module bundler: GitHub - rifkyalfares/optimize-babylonjs-modules: To reduce the size of the babylon js file by only importing the modules used and merging them into one file
How to fix this error ?
Thanks all