Releases: mindon/biu
Releases · mindon/biu
biu v1.0.0
Features
- Zero-config: Automatically scans and bundles your project.
- Smart Module Splitting: TS/JS files whose basename appears in any HTML are
built as independent modules; others are automatically inlined. - Force Inline (
??): Use the??import suffix to force inline bundling. - Minification: Built-in minification for HTML, CSS/SCSS, and
TypeScript/JavaScript (including HTML template literals). - Content Hashing: Output filenames include content hash for cache busting.
- Static Directory: Copy unprocessed static assets directly to the output.
- Watch Mode: Live rebuilds on file changes with debounce.
- Dev Server: Built-in static file server with SPA fallback.
- Post-build Scripts: Run custom
.sh/.ts/.jsscripts after each build. - Self-compile: Build a standalone binary with a single command.
- Fast: Built on the lightning-fast Bun runtime.
Full Changelog: https://github.com/mindon/biu/commits/v1.0