esbuild-plugin-httpfile

JSON →
library 0.4.0 ·javascript
verified Jun 4, 2026

An esbuild plugin that resolves and loads files over HTTP at build time. Version 0.4.0 is the current stable release, updated periodically on GitHub. It enables fetching remote files (e.g., configuration, data) and bundling them directly into the output, unlike runtime fetch solutions. Supports ESM and CJS output, works exclusively with esbuild's plugin API. Requires Node >=18 and esbuild.