-
Notifications
You must be signed in to change notification settings - Fork 52
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
Large package when deploying #57
Comments
The culprit appears to be the
Re-run |
Good finding! I was able to reduce to 100kb. But I wanted to add one more thing - on this page https://console.cloud.google.com/ you can download the files that have been deployed to firebase: That helped me understand what the ignore is actually doing / what still had to be added to the ignore in my case. |
Firebase creates a 38 MB package when I try to deploy my functions. Usually, my functions have less than 1 mb.
Curiously,
node_modules
has exactly 38 MB, however it is supposed to be automatically ignored (https://stackoverflow.com/a/51182549/6696558).Is this normal when using this package? Is there any configuration I can do to exclude unwanted parts?
The text was updated successfully, but these errors were encountered: