esbuild plugin for writing files

JSON →
library 0.0.4 ·javascript
verified Jun 4, 2026

An esbuild plugin that writes files asynchronously in parallel before and after bundling. Version 0.0.4 is the latest stable release. It differentiates from other file-writing plugins by supporting both before and after hooks, allowing file creation at specific build lifecycle points. The plugin accepts an object with `before` and `after` properties, each mapping target paths to string content. It is lightweight with no external dependencies. Release cadence is low; the package has seen two releases. It is primarily for build tooling in Node.js environments.