ebeaufay / threedtiles

3DTiles viewer for three.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

yarn dev does not work

3DGISKing opened this issue · comments

@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.