I understand that babylon.js has a lot of features, but sometimes I don’t need all the features.
For example, I may not need a GUI and may not need a physics engine.
Can babylon load them into a single module?
Can I selectively load these modules?
I am using webpack to package the project.