Bayrell Bundler for Node.js (v0.10.11) is a module bundler designed for the Bayrell ecosystem, focusing on packaging JavaScript/TypeScript code into optimized bundles. It is part of the Bayrell project and primarily supports Node.js environments. The package has a low release cadence (last release Oct 2020) and limited documentation. Compared to mainstream bundlers like Webpack or Rollup, it is specialized for Bayrell-specific workflows and may not be suitable for general-purpose bundling.
npm install bayrell-bundler-nodejsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates creating a bundle config and running the bundler with an entry point and output path.
Use ES module imports (import/export) instead of require().
Refer to source code or Bayrell project documentation for configuration details.
Consider migrating to an actively maintained bundler like Webpack or Rollup.
Test bundle output for browser compatibility if targeting browsers.
Use 'import BayrellBundler from 'bayrell-bundler-nodejs''
Run 'npm install bayrell-bundler-nodejs'
No dependency data recorded yet.