Babylon.js MMD Loader is here

readme fixes have been merged. thanks :slight_smile:

Probably, there is no document in Babylon.js that outlines what side effects to add

If you want es6 treeshaking,you’ll need to read the error messages on your own and find the appropriate side effects.It’s very helpful to download the Babylon.js source code locally and use source search to find dependency.

If you don’t think treeshaking is important, you can simply

import "@babylonjs/core";

as this will include all side effects that exist in Babylon.js.

4 Likes