Files
windmill/frontend
Ruben FiszelandClaude Opus 4.7 90d82b2e84 fix(frontend): revert manualChunks grouping (regressed login payload)
The manualChunks config from the previous commit over-grouped Monaco
into a single `vendor-monaco` chunk. Any small utility touched by the
login page graph was enough to drag the full 6.5 MB Monaco bundle into
the initial preload, so the Cloudflare preview of the login page was
downloading ~7 MB while production downloads ~166 KB (a ~44x
regression).

Reverting the manualChunks function. Without it, Rollup's default
chunking splits Monaco fine-grainedly by usage pattern and the login
preload drops back to ~165 KB, matching production.

The OpenAI / Anthropic SDK dynamic-import refactor from the first
commit stays in place (it uses await import(...), which creates its
own chunks naturally and does not have this problem).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-24 13:11:48 +00:00
..
2026-01-22 16:20:01 +00:00
2025-12-23 18:19:30 +00:00
2026-02-19 09:33:33 +00:00
2026-03-05 18:11:40 +01:00
2025-08-14 11:30:10 +00:00
2026-01-22 16:20:01 +00:00
2026-03-18 11:38:22 +00:00
2025-12-17 08:40:36 +00:00
2026-02-19 09:33:33 +00:00

Windmill frontend

The Windmill frontend written in Svelte 5 + Tailwind CSS

The frontend is under AGPL, see the LICENSE file at the root of this repo