What path to use with npm’s `size-limit` for a cloudflare workers sveltekit project?
Summary When using size-limit with a Cloudflare Workers SvelteKit project in a CI environment, it’s essential to specify the correct path to ensure accurate bundle size monitoring. This article explores the correct path to use with size-limit for a Cloudflare Workers SvelteKit project. Root Cause The root cause of the confusion lies in the output … Read more