1 dépôt
Strategies for shrinking the final application bundle by stripping non-runtime assets from third-party libraries.
Distinct from Configuration Package Deployments: Candidates are focused on mathematical reductions or configuration deployments, not filesystem bundle shrinking.
Explore 1 awesome GitHub repository matching devops & infrastructure · Deployment Bundle Reduction. Refine with filters or upvote what's useful.
node-prune is a utility for cleaning and shrinking Node.js dependency folders by removing source files and documentation not required for runtime execution. It functions as a package cleaner that deletes non-essential files, such as markdown and TypeScript files, from installed npm dependencies to reduce installation size. The tool optimizes deployment artifacts and container images by stripping unnecessary files from third-party library directories. This process is used to minimize Docker image sizes and reduce the footprint of final application bundles. The project provides a command-line
Shrinks the final application bundle by removing non-essential files from third-party library directories.