Registry / devtools / esbuild-dev-server-win32-x32

esbuild-dev-server-win32-x32

JSON →
library0.3.0jsnpmunverified

The Windows 32-bit binary package for esbuild-dev-server, version 0.3.0. This is a platform-specific dependency automatically installed when using esbuild-dev-server on Windows 32-bit systems. The main esbuild-dev-server package provides a local development server with live reload functionality built on top of Esbuild. It offers hot reloading out of the box, similar to tools like Vite but with a focus on minimal configuration. Release cadence is irregular; the package is primarily a binary wrapper and does not contain library code itself. Version 0.3.0 is current as of the metadata.

devtools
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; CommonJS require will fail.

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

Main function to start the server.

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

Default export is not available; named export only.

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

Start a development server with hot reloading using esbuild-dev-server on port 3000.

import { startDevServer } from 'esbuild-dev-server'; startDevServer({ port: 3000, root: 'public', hot: true, esbuildConfig: { entryPoints: ['src/index.js'], outdir: 'public/build', bundle: true, }, }).then(() => console.log('Server running on http://localhost:3000'));
Debug
Known footguns
gotchaThis package is platform-specific: esbuild-dev-server-win32-x32 is auto-installed on Windows 32-bit. Direct manual installation is not recommended.
deprecatedOS-specific binary packages like esbuild-dev-server-win32-x32 are considered internal; they may be removed in future versions.
breakingVersion 0.3.0 requires Node.js >=14; older Node versions may cause installation failures.
gotchaThe binary is only for Windows 32-bit; it will fail to load on other platforms.
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
10 hits · last 30 days
gptbot
3
mj12bot
2
ahrefsbot
2
Resources