Registry / devops / esbuild-dev-server-win32-x64

esbuild-dev-server-win32-x64

JSON →
library0.3.0jsnpmunverified

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.

devops
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ESM-only package; CommonJS require will fail. Ensure your project uses ES modules.

import { esbuildDevServer } from 'esbuild-dev-server'

esbuild is CJS/ESM compatible, but esbuild-dev-server is ESM-only, so prefer ESM imports throughout.

import { build } from 'esbuild'

Sets up esbuild with a dev server and hot reloading using esbuild-dev-server.

import { esbuildDevServer } from 'esbuild-dev-server' const buildOptions = { entryPoints: ['src/index.js'], outdir: 'dist', bundle: true, } await esbuildDevServer({ build: buildOptions, port: 3000, hot: true, }) console.log('Dev server running on http://localhost:3000')
Debug
Known footguns
breakingBreaking change in v0.3.0: The function signature changed from (options) to esbuildDevServer(options).
gotchaDo not install esbuild-dev-server-win32-x64 directly; it is a platform-specific binary installer.
gotchaESM-only: This package does not support CommonJS require().
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
9 hits · last 30 days
gptbot
3
ahrefsbot
2
bingbot
1
Resources