jex-bundler is a lightweight JavaScript bundler for small to medium-sized projects, version 1.1.6. It aims to simplify the bundling process with minimal configuration. The release cadence is unknown. Differentiators include simplicity and ease of use, but it lacks advanced features like code splitting or plugin systems found in larger bundlers.
npm install jex-bundlerVerified import paths — ran on the pinned version, not inferred.
Builds a JavaScript bundle from entry to output directory using ESM format.
Use path.resolve or join with process.cwd() to provide absolute path.
Pre-compile TypeScript to JavaScript before bundling.
Always await or .then() the promise returned by bundle().
Run 'npm install jex-bundler' in your project root.
Use 'import { bundle } from 'jex-bundler''.Provide an absolute path using path.resolve or path.join.
No dependency data recorded yet.