Packle
JSON →Packle is a JavaScript and TypeScript bundler similar to Webpack, Parcel, or Vite, designed to be straightforward and reliable with minimal configuration. The current stable version is 0.2.12, and it uses Bun as its runtime and package manager. It supports bundling for browser and Node.js targets, automatic entry point detection (index.html, index.ts, etc.), CSS/SCSS handling, file copying, watch mode, and production mode with minification. Key differentiators include zero-config simplicity, support for importing JSON, TOML, and text files as inlined modules, and a tiny codebase with no hidden complexity. However, it requires Bun to be installed and is still in early development with potential instability.