Registry / devops / esbuild-dev-server-darwin-arm64

esbuild-dev-server-darwin-arm64

JSON →
library0.3.0jsnpmunverified

Native binary package for the esbuild-dev-server plugin on macOS ARM (Apple Silicon). Current version 0.3.0 provides a local development server with hot reloading, leveraging esbuild's fast bundling. Supports JavaScript and TypeScript. The ecosystem has infrequent releases; this package is the platform-specific binary dependency for esbuild-dev-server on darwin-arm64. No maintenance updates since 2024; consider hosting your own server or using alternatives like Vite or esbuild-hot-reload if activity is a concern.

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.

Do not install this package directly; it is an optional dependency of esbuild-dev-server and will be installed automatically on darwin-arm64. Installing it directly may cause platform mismatch.

npm install esbuild-dev-server

Shows how to configure a basic dev server with hot reloading using esbuild-dev-server, assuming the main package is installed.

// esbuild-dev-server.config.js import { devServer } from 'esbuild-dev-server'; devServer({ entryPoints: ['src/index.js'], outdir: 'dist', port: 3000, hot: true, }).then(() => { console.log('Server started on http://localhost:3000'); }); // Run: node esbuild-dev-server.config.js
Debug
Known footguns
gotchaThis package is platform-specific (darwin-arm64). Installing it on other platforms will fail or be unnecessary.
deprecatedThe esbuild-dev-server package has seen no recent updates; consider migrating to actively maintained tools like Vite or esbuild-hot-reload.
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
7 hits · last 30 days
gptbot
3
ahrefsbot
2
Resources