esbuild-utils
JSON →esbuild-utils is a utility library providing plugins and helpers for esbuild, currently at v1.0.0-next.9. It includes fixClassNamesPlugin (converts class expressions to declarations and strips @internal comments), livereloadServerPlugin (WebSocket-based live reload), esbuildRunPlugin (nodemon-like process runner), and a logTime helper for timing builds. The package ships TypeScript types and offers a frontend subpath import for live reload on the client. It is designed for Node.js and browser projects using esbuild. Being in pre-release, APIs are subject to change; notably, fixClassNamesPlugin does not support source maps and uses fs for output rewriting, which may change in future versions.
Resources
packageesbuild-utils ↗