Compact builder
Under the hood, ncc uses webpack
the goals for ncc are more specific than webpack so that's why you typically can use ncc with zero configuration
ncc is designed for Node not for Web like ts cli project
Simple CLI for compiling a Node.js module into a single file, together with all its dependencies, gcc-style.
- TypeScript built-in
- Zero configuration
- Only supports Node.js programs as input / output
- Support all Node.js patterns and npm modules