Files
rubik/vite
tiennm99 1a9d8d0c0e fix(build): rollup treeshake 'safest' to keep cubejs static methods
'smallest' dropped cubejs's top-level `Cube.initSolver = function...`
assignments, breaking the prod solver with `t.initSolver is not a function`.
Tests passed because vitest uses esbuild, not rollup tree-shaking.
2026-05-09 13:06:11 +07:00
..