Skip to content

Release v0.1.17

Latest

Choose a tag to compare

@Jubstaaa Jubstaaa released this 04 Nov 15:02
· 58 commits to main since this release

0.1.17 (2025-11-04)

✨ Features

  • build: optimize dashboard bundle size\n\n- Add granular manualChunks (ui-antd, react-core, router, state, utils, http, ui-utils, app)\n- Enable terser minification with drop_console/drop_debugger and mangle\n- Report compressed sizes; tighten chunk size warning threshold\n- Prebundle critical deps via optimizeDeps.include\n- Add terser and babel-plugin-import to devDependencies\n\nImpact: raw ~1.2MB total, gzip ~385KB; removed duplicated multi-MB bundles. (7b178d1)