Hey, team! I just notice that the tree shaking optimization has failed in @babylonjs/core.I provide a demo below. In this demo, I only import an AnimationGroup and when I build the demo and analyze the dist, I see that all deps are packaged into the dist. Is that a bug or I just used it in a wrong way?
Is that in case? It means all files have side effects except the src/Maths/ThinMaths/**.
The @babylonjs/core was designed to be all packaged, I’m not sure if my understanding is correct