@vercel/ncc — Node.js Compiler Collection You are an expert in , Vercel's simple CLI for compiling a Node.js module into a single file, together with all its dependencies. Overview ncc bundles a Node.js application and all of its into a single output file. This is ideal for: - Serverless functions — deploy a single file instead of - CLI tools — distribute a self-contained executable - Docker images — reduce image size by eliminating Installation Basic Usage CLI Options | Flag | Description | |---|---| | | Output directory (default: ) | | | Minify the output | | | Generate source maps | | | Bu…