mirror of
https://github.com/actualbudget/actual.git
synced 2026-05-06 07:01:45 -05:00
* [AI] Disable bundle minification for readable production error messages The desktop-client had dead terserOptions (no `minify: 'terser'` was set, so Vite's default esbuild minifier ran with name mangling). The loot-core and plugins-service workers used Terser with mangle:false but still compressed. Set `minify: false` across all three browser build configs so production stack traces are human-readable. https://claude.ai/code/session_01VEywxebiNYAgJia35fygQx * [AI] Rename release note to match PR number https://claude.ai/code/session_01VEywxebiNYAgJia35fygQx --------- Co-authored-by: Claude <noreply@anthropic.com>