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.06k stars 530 forks source link

Migrate builds to Vite #324

Closed donmccurdy closed 1 year ago

donmccurdy commented 1 year ago

Currently using Parcel v1, which is not the latest version. Can't upgrade the query-string parameter now, it breaks Parcel v1. Tried moving to Parcel v2 (#272) but the upgrade wasn't the easiest, and I've been happy with Vite on other projects lately. Let's switch to Vite.

donmccurdy commented 1 year ago

Migrated in https://github.com/donmccurdy/three-gltf-viewer/commit/c673db4008fc99633f3c1e8b1dfe42c9678dfe06.