Expand description
JavaScript bundler utilities using esbuild or SWC.
This crate provides functionality to bundle JavaScript and TypeScript files using either esbuild or SWC as the underlying bundler.
Modules§
- esbuild
- JavaScript and TypeScript bundling using esbuild.
- node
- Node.js package manager utilities.
- swc
- JavaScript and TypeScript bundling using SWC.
Statics§
- MANIFEST_
DIR - The manifest directory as a
PathBuf. - MANIFEST_
DIR_ STR - The manifest directory path as a string slice.
Functions§
- bundle
- Bundles a JavaScript or TypeScript file using the configured bundler.