Commit Graph
5 Commits
Author SHA1 Message Date
Dermot Duffy 80ec92e3b2 refactor: Replace Rollup with Vite (#2656)
This is a high risk change: every byte the card ships is emitted by a
different bundler, minified by a different minifier, and every
stylesheet is compiled by a different sass. The intent is that the
card's behaviour is unchanged.

**Significant development win**: Build time drops from 24s to 1.1s 🎉 

Also adds a test suite ('dist') that runs against the built bundle.
2026-08-04 15:00:13 -07:00
Dermot Duffy 18ea725564 test: Also run firefox & webkit automated tests (#2651) 2026-08-03 16:48:30 -07:00
Dermot Duffy e590f72783 test: Add a browser based test harness (#2641) 2026-07-31 10:16:58 -07:00
Dermot Duffy eccf7f3b97 ci: Upload the bundle treemap visualization browser-viewable (#2617) 2026-07-25 22:47:06 -07:00
Dermot Duffy 37b07f079d chore: Run checks, tests and build as parallel jobs (#2614) 2026-07-25 22:01:53 -07:00