node-pack-handler
v2.1.2
Published
Install package with NPM and add it to your development dependencies:
Downloads
2
Readme
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});