fastly / next-compute-js

Run Next.js on Fastly Compute
MIT License
75 stars 5 forks source link

Size issue preventing deployment of even a small app. #6

Closed ShanonJackson closed 2 years ago

ShanonJackson commented 2 years ago

Steps to replicate:

Huge fan of the work that's been done on this by Fastly, but we can't even put our smallest possible application on Compute@Edge at the moment.

It looks like reading through Qutoas page "Maximum compiled package size: 50MB" is obviously the limit that appears top of the list but a "HELLO WORLD" NextJS app put through this library comes out at 32MB already, so I don't think we can even do anything on our side to optimize our output when we're working with such a small remainder.