UNPKG

dsc-auth

Version:

An Oauth platform built on Qr Codes for DSC

15 lines 383 B
const { FuseBox, QuantumPlugin } = require("fuse-box"); const fuse = FuseBox.init({ homeDir : "src", target : 'npm-universal', output : "dist/$name.js", plugins : [ QuantumPlugin({ uglify: true, bakeApiIntoBundle :'index', containedAPI:true }) ] }); fuse.bundle("index").instructions(" > index.ts"); fuse.run();