The size-limit fixtures under package/size-limit/ were removed in #9 because nothing invoked them: there was no size-limit config key, no script or CI step ran the tool, and one fixture imported ../site/, a path that predates the monorepo. The four devDependencies (size-limit, @size-limit/esbuild, @size-limit/esbuild-why, @size-limit/file) were removed with them.
To bring bundle-size tracking back properly:
🤖 Generated with Claude Code
The size-limit fixtures under
package/size-limit/were removed in #9 because nothing invoked them: there was nosize-limitconfig key, no script or CI step ran the tool, and one fixture imported../site/, a path that predates the monorepo. The four devDependencies (size-limit,@size-limit/esbuild,@size-limit/esbuild-why,@size-limit/file) were removed with them.To bring bundle-size tracking back properly:
git show <pre-#9>:package/size-limit/) and fix the stale../site/import (now../../website/src/lib/drag-components)size-limitconfig (package.json key or.size-limit.json) with budgets per entry (full bundle, unstyled, unstyled-drag, unstyled-mini)../dist/index.js, so avp run @klinking/colander#buildmust precede it)vp linttype checking or give them a tsconfig that resolves../dist(this was the reason they broke type checking in docs: precompile Markdoc into React route components at build time #9)🤖 Generated with Claude Code