I think was a file size issue! This is a Remix Vite app. I turned on `build.minify` in my vite confi

I think was a file size issue! This is a Remix Vite app. I turned on
build.minify
in my vite config and it deployed. I guess I am closer to the 1mb limit than I thought.
  1. Does
    wrangler pages deploy
    minify by default?
  2. Feature request: Could
    wrangler pages deploy
    show the uploaded size of the worker bundle? (Right now it just shows
    Uploading Functions bundle
    ) (Edit I found an existing feature request)
    I guess I will write myself a script to print my worker bundle script size and gzipped size to help keep better track of this in the future.
Was this page helpful?