You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 5, 2022. It is now read-only.
Hi, I am having a production error in the bundle. browser console says:
Uncaught (in promise) TypeError: Xu is not a constructor
at vendor-ee02d4c9.js:15:24290
at Ze (vendor-ee02d4c9.js:1:845)
at Array.map (<anonymous>)
at vendor-ee02d4c9.js:4:6191
at pn (vendor-ee02d4c9.js:4:2492)
at _e (vendor-ee02d4c9.js:4:7249)
at new Te (start-b5777f44.js:1:6066)
at We._init (start-b5777f44.js:1:19629)
at We.start (start-b5777f44.js:1:17982)
at async Me (start-b5777f44.js:1:24208)
Any idea what it could be?
I am using Sveltekit ^1.0.0-next.221, Svelte ^3.44.1
Very basic setup as in the demo. Works fine on npm run dev. No, build errors either.
You can reproduce it by running npm run build and npm run preview
Any idea what is the issue?