Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feat] reduce next-js serverless bundle size #215

Open
svedova opened this issue Nov 12, 2021 · 0 comments
Open

[feat] reduce next-js serverless bundle size #215

svedova opened this issue Nov 12, 2021 · 0 comments

Comments

@svedova
Copy link
Contributor

svedova commented Nov 12, 2021

With the new deployer version, the bundle size of next.js serverless apps is too big. It's very likely that big applications won't be able to deploy their apps to lambdas.

As an example https://github.com/stormkit-io/stormkit-examples/tree/master/next-starter is simple starter package, yet it's bundle size is around 46MB zipped and 160MB unzipped. Since the maximum is 50MB zipped, it's very likely that real projects will fail the upload.

Find a way to reduce the bundle size.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant