Minimalistic web application bundler. Version 3.0.5 is the latest stable release. Provides a lightweight alternative to large bundlers like webpack or Rollup, focusing on simplicity and minimal configuration. Suitable for small to medium-sized projects. No frequent updates; maintained as a stable tool.
npm install minipacVerified import paths — ran on the pinned version, not inferred.
Shows both default and named imports, then bundles an entry point to output file.
Use named export `bundle` instead of calling default export directly.
Use `bundle(config)` which returns a Promise.
Use `import` statements. If using CommonJS, use dynamic import: `import('minipac')`.Use `import minipac from 'minipac'` instead of `require('minipac')`.Use `import { bundle } from 'minipac'` and call `bundle(config)`.No dependency data recorded yet.