Can I crop the library? For example, I don't need gui

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.

If you don’t mind es6 modules, this is exactly what they can do ES6 - Babylon.js Documentation

2 Likes