2.1.2 • Published 1 year ago
node-pack-handler v2.1.2
A lib that pack all JS dependencies into one file;
Installation
Install package with NPM and add it to your development dependencies:
npm install node-pack-handler
Usage
const pack = require("node-pack-handler");
var outputContent = await pack("index.js",{minify:true});
2.1.2
1 year ago