donmccurdy / three-gltf-viewer

Drag-and-drop preview for glTF 2.0 models in WebGL using three.js.
https://gltf-viewer.donmccurdy.com/
MIT License
2.13k stars 537 forks source link

Update to Parcel v2 #272

Closed donmccurdy closed 2 years ago

donmccurdy commented 2 years ago

Not working yet; getting errors from the validator when compiled with Parcel.

donmccurdy commented 2 years ago

Seems to be required to properly support async/await: https://github.com/parcel-bundler/parcel/issues/2245

donmccurdy commented 2 years ago

Using localforage instead of dexie; I think we can avoid this.