quasiculpa is a blazing fast, zero configuration web application bundler for JavaScript and TypeScript. Version 1.2.2 targets Node >=10, with a focus on rapid bundling without config files. It supports ES modules, CommonJS, and code splitting out of the box. Unlike Webpack or Parcel, it emphasizes minimal setup and fast rebuilds using caching. Released monthly with incremental features and bug fixes.
npm install quasiculpaNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows basic bundling of an entry point to a single output file with minification.
Replace `legacy: true` with `target: 'es2015'` in your config.
Replace `--compress` with `--minify` in CLI commands.
List plugins in the order you want them applied (last plugin runs first).
npm install quasiculpa
Use `import { bundle } from 'quasiculpa'` (curly braces).Upgrade Node to >=10.0.0 using nvm or installer.
No dependency data recorded yet.