If I just want to jam, and for now not worry about manually including all the components I need can I wildcard import into my ES6 project the full build? How?
I tried ```
import * as BABYLON from ‘@babylonjs/core/Legacy/legacy’;
Which is what the ES6 example page showed, but it just throws compile errors as it cant find the Babylon components