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.
npm install esbuild-dev-server-darwin-arm64No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to configure a basic dev server with hot reloading using esbuild-dev-server, assuming the main package is installed.
Install the parent package 'esbuild-dev-server' which will automatically select the correct binary for your platform.
Evaluate alternatives such as Vite for better ecosystem support.
Install 'esbuild-dev-server' instead: npm install --save-dev esbuild-dev-server
Remove this package and rely on the parent 'esbuild-dev-server' which handles platform detection.