A JavaScript bundler mimicking Webpack's core features including loader/plugin systems, code splitting, tree shaking, dynamic imports, and multi-page application support. Currently at version 0.0.1-alpha.1 (pre-release) with no stable release. Designed as a lightweight alternative for learning or simple projects, but lacks production readiness. Differentiators include a simplified API and Webpack-compatible configuration, but it is not suitable for production use.
npm install tiny-webpackNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage of tiny-webpack: configuration and programmatic build.
Do not use in production; pin exact version and expect breaking changes.
Use ESM imports or upgrade Node.js to support ESM.
Use named import syntax.
Write your own plugins or use Webpack for plugin ecosystem.
Use standard node_modules resolution.
Use import { jspack } from 'tiny-webpack' or set type: 'module' in package.json.Use import { jspack } from 'tiny-webpack' instead of import jspack from 'tiny-webpack'.npm install style-loader less-loader --save-dev
No dependency data recorded yet.