Platform-specific binary for esbuild-dev-server, a plugin that adds a local development server with hot reloading to esbuild. Version 0.3.0 is the latest. This package is the Windows 64-bit binary; users should install the main `esbuild-dev-server` package which automatically selects the correct binary for their platform.
npm install esbuild-dev-server-win32-x64No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Sets up esbuild with a dev server and hot reloading using esbuild-dev-server.
Update import and call to esbuildDevServer({...}) instead of calling the default export directly.Install the main 'esbuild-dev-server' package, which will automatically download the correct binary for your platform.
Use ES module imports (import/export) in your project. Set "type": "module" in package.json or use .mjs extension.
Use import instead of require. If your project uses CommonJS, consider dynamic import() or switch to ES modules.
Ensure entryPoints are correct and outdir is set. Check that hot: true is passed to esbuildDevServer.
No dependency data recorded yet.