Mixolydian is a lightweight, low-configuration module bundler for JavaScript applications. Version 0.2.9 is a pre-stable release with experimental features. It emphasizes speed and minimal setup, supporting HMR, Babel integration, and browser-targeted bundles. Unlike Webpack or Parcel, it aims for zero-config for simple projects while retaining extensibility. Release cadence is irregular as it is in early development.
npm install mixolydianVerified import paths — ran on the pinned version, not inferred.
Demonstrates basic usage of the `build` function to compile a simple entry point with Babel.
Pin exact version or lock file; always test after update.
Use named imports like `import { build } from 'mixolydian'`.Replace `dev` with `startDevServer`.
Upgrade Node.js to version 12 or higher.
Run `npm install mixolydian` and ensure import path is correct.
Change to `import { build } from 'mixolydian'`.Use `--output` or check docs for correct CLI flags.
No dependency data recorded yet.