ES6 modules + other THREE libraries

One note on parcel is that you have to tell it what to do with static files like models: https://github.com/donmccurdy/three-gltf-viewer/blob/6ffca05fe6032c436606351c083e4cf7255b9994/package.json#L57-L63 … this uses the parcel-plugin-static-files-copy plugin.

1 Like