Dev server plugin for esbuild that provides live reload and error overlay. Current stable version is 4.2.10, released on npm with frequent updates. Key differentiators: integrates directly with esbuild's build process, supports Express and Electron examples, provides built-in error overlay for development. Requires Node >=18. Ships TypeScript types.
No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Package is ESM-first; CommonJS require works but is deprecated. Use import for best compatibility with modern JS/TS.
TypeScript users should import type using `import type` for the options interface; it's not a runtime value.
Plugin is a named export for type checking; using require to destructure is incorrect as it's a type export.
Sets up a basic esbuild build with the dev server plugin serving static files from './public' on port 3000.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.