deno/cli/tools/bundle
Nathan Whitaker 4e4bbf2fcc
feat(bundle): support html entrypoint (#29856)
For instance

`deno bundle --outdir dist index.html`

It will find scripts referenced in the html, bundle them, and then
update the paths in index.html for the bundled assets.

Right now it doesn't handle other assets (from `link` elements), but it
could
2025-09-09 12:18:10 -07:00
..
esbuild.rs fix(install/global): resolve bin name from npm packument (#29884) 2025-06-25 15:10:26 -04:00
externals.rs refactor: remove usages of to_string_lossy().to_string() (#30224) 2025-07-28 20:25:58 +00:00
html.rs feat(bundle): support html entrypoint (#29856) 2025-09-09 12:18:10 -07:00
mod.rs feat(bundle): support html entrypoint (#29856) 2025-09-09 12:18:10 -07:00
provider.rs feat(bundle): support html entrypoint (#29856) 2025-09-09 12:18:10 -07:00
transform.rs chore: Rust 1.89.0 (#30364) 2025-08-09 11:11:48 +00:00