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
The PNG backend's lazy import("node:fs") / import("node:url") (font lookup) now carry /* webpackIgnore: true */ /* @vite-ignore */ like every other Node-only lazy import, so a
webpack/Next.js consumer importing the core client-side no longer fails its build trying to
resolve fs for the browser (the code path never runs in a browser; same class of bug as the
1.0.0 → 1.0.1 fix). Found by ArchCanvas's first in-browser use of the core.