ESBuild plugin for copying assets during builds. Current stable version 2.1.1, released under the LinbuduLab organization. Supports glob patterns, keeps file structure, has watching mode based on chokidar polling, and allows flexible destination configuration. Differentiates from simple shell commands by integrating directly into ESBuild's plugin lifecycle, offering verbose logging, and the ability to copy only on asset changes.
Verified import paths — ran on the pinned version, not inferred.
The plugin exports a named function, not a default export.
Shows basic usage of the copy plugin with ESBuild, including watch mode and asset copy from ./assets to output directory.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.