mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-02 06:19:58 +00:00
* Change vite output to ES2022 * Add whitespace-only minify using default esbuild Does not work for .es.js output - limitation of vite. Workaround for .es.js involves adding terser & a plugin. * Remove @ts-expect-error from tests * Update vite.config.mts --------- Co-authored-by: Chenlei Hu <huchenlei@proton.me>