Skip to content

Reduce package install size #532

@domdomegg

Description

@domdomegg

Is your feature request related to a problem? Please describe.

When using this library on products like Google App Engine, all the dependencies are installed as part of deployment: https://cloud.google.com/appengine/docs/standard/nodejs/runtime#dependencies

Currently, almost 80% of our install size is just these libraries and their dependencies. This slows down deployments, and results in warning logs about the package size.

For example:

Describe the solution you'd like
Where possible, the number and size of dependencies is cut down so that using these libraries does not negatively affect GAE deployment speed.

Describe alternatives you've considered
Manually bundling and minifying the libraries ourselves. However, this seems likely error prone and adds complexity.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions