-
-
Notifications
You must be signed in to change notification settings - Fork 36.1k
Closed
Labels
Description
Repro: https://codesandbox.io/s/elegant-villani-9d3hr?file=/src/index.js
import { TiltLoader } from "three/examples/jsm/loaders/TiltLoader"
new TiltLoader().load("/model.tilt", (scene) => console.log(scene))This is the error message in a local env (Parcel):
TiltLoader.js:42 TypeError: _jszipModuleMin.JSZip is not a constructor
at TiltLoader.parse (TiltLoader.js:59)
at Object.onLoad (TiltLoader.js:32)
at XMLHttpRequest.<anonymous> (three.module.js:36749)