Skip to content

v1.12.1

Choose a tag to compare

@ChanMeng666 ChanMeng666 released this 13 Jul 06:22

Fixed

  • 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.