{"library":"mono-bundler","title":"Mono Bundler","description":"Monorepo bundler based on rollup.js and vercel/ncc. Current stable version 1.43.92 supports configurable workspace packages, loader file generation, hash file names, and legacy browser support via Babel polyfills. It wraps rollup and ncc to provide a unified configuration for monorepos with glob-based package discovery. Maintained by hoevelmanns. Release cadence is irregular; latest version from 2024. Differentiator: bundler integration for monorepos that avoids manual per-package rollup configs, but remains experimental and may lack community adoption compared to tools like Nx or Turborepo.","language":"javascript","status":"active","last_verified":"Sat Apr 25","install":{"commands":["npm install mono-bundler"],"cli":{"name":"mono-bundler","version":null}},"imports":["import monoBundler from 'mono-bundler'","import { defineConfig } from 'mono-bundler'","import type { BundleConfig } from 'mono-bundler'"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"// mono.config.js\nexport default {\n  packages: ['packages/*'],\n  createLoaders: true,\n  hashFileNames: true,\n  legacyBrowserSupport: false,\n  plugins: [],\n  // rollup input\n  input: 'src/index.js',\n  output: {\n    dir: 'dist',\n    format: 'esm'\n  }\n};\n// Run: mono -c","lang":"javascript","description":"Shows minimal mono.config.js with package globs, loaders, and rollup output options; run with `mono -c`","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}