lib-bundler is a code bundler for ES6 JavaScript libraries. Version 0.0.2 is very early stage with minimal documentation and no active maintenance. It bundles CommonJS and UMD outputs (common, full, min, min.gz, map). Compared to Rollup or esbuild, it lacks modern features, has no updates since initial release, and is essentially abandoned. Use only for understanding early bundler patterns.
npm install lib-bundlerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize bundler with configuration and run build, producing multiple output formats in ./dist.
Migrate to a maintained bundler (e.g., Rollup: npm install rollup --save-dev).
Always provide complete configuration object as shown in the documentation.
Use try-catch or promise-based API if available; consider not using this abandoned package.
Run 'npm install lib-bundler --save-dev' in your project directory.
Use 'const Bundler = require("lib-bundler");' instead.No dependency data recorded yet.