@ms-cloudpack/esbuild-node-helpers
v0.1.8
Published
Helpers for creating a bundle for Node with esbuild
Keywords
Readme
@ms-cloudpack/esbuild-node-helpers
Helpers for creating Node bundles with esbuild, intended for use either within Cloudpack or in other repos.
See individual API docs for full details, but in brief:
bundleNode: Bundle a package withesbuild, externalizingdependenciesbut bundling all other referenced deps. It also checks for duplicate dependencies and writes aNOTICE.txtfile with licenses.licensePlugin: Generate aNOTICE.txtfile at the package root with license information for all dependencies that are included in the bundle (excluding any packages from the same repo).
