That’s minification, not compression

That’s minification, not compression
3 Replies
nextify
nextify3mo ago
https://github.com/cloudflare/next-on-pages/blob/main/packages/next-on-pages/docs/supported.md I found in the documentation that Cloudflare will automatically compress, and the built dist file will not apply compression. So my question is, how can I view the final compressed size?
GitHub
next-on-pages/packages/next-on-pages/docs/supported.md at main · cl...
CLI to build and develop Next.js apps for Cloudflare Pages - cloudflare/next-on-pages
No description
Hello, I’m Allie!
That afaik is asset compression, not compression for the server script. For seeing compressed size, I would run wrangler pages deploy —dry-run
nextify
nextify3mo ago
wrangler pages deploy --dry-run Proxy environment variables detected. We'll use your proxy for fetch requests. ✘ [ERROR] Unknown arguments: dry-run, dryRun It looks like this is not supported in pages temporarily, this is a worker command. Where am I going wrong?
Want results from more Discord servers?
Add your server