How do I debug the worker bundle size?
Hi all, we just faced an issue with our remix.js app's worker bundle size, and we're trying to understand what are the best practices to debug this issue.
Any recommendations?
2 Replies
hey ! with the --dry-run flag you can compile and check the build before it is deployed
Cloudflare Docs
Commands | Cloudflare Workers docs
Create, develop, and deploy your Cloudflare Workers with Wrangler commands.