ebeaufay / threedtiles

3DTiles viewer for three.js
MIT License
270 stars 32 forks source link

yarn dev does not work #18

Closed 3DGISKing closed 1 year ago

3DGISKing commented 1 year ago

image

ebeaufay commented 1 year ago

@3DGISKing I may have fixed this in version 9.1.15. I was importing these threejs addons directly from their location in the threejs release folder which webpack handles fine but threejs re-exports them in another way. By fixing the imports, I suspect that it will work with yarn but I haven't tested it.