I’ve encountered a similar issue when switching to Cloudflare Workers. The build included unnecessary dependencies like Angular, Apache, and Rust, which made the project size balloon. Once I optimized my build configuration and removed the unused tools, the size was greatly reduced. If you're facing the same issue, I'd recommend reviewing your build and excluding any unnecessary libraries.