npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

node-bare-bundle

1.4.2

@mafintosh

npmHomeRepoSnykSocket
Downloads:123
$ npm install node-bare-bundle
DailyWeeklyMonthlyYearly

node-bare-bundle

Run a Bare bundle in a Node.js environment.

npm install node-bare-bundle

Usage

const runBundle = require('node-bare-bundle')
// only need to pass mount if using preresolved native modules
const exports = runBundle(bundleAsABuffer, { mount: './test.bundle' entrypoint: '/the/entrypoint.js' })

License

Apache-2.0