UNPKG

@vercel/ncc

Version:

Simple CLI for compiling a Node.js module into a single file, together with all its dependencies, gcc-style.

4 lines 110 B
module.exports = function (input, map) { this.cacheable(false); return this.callback(null, input, map); };