Skip to content

oazmi/esbuild-plugin-html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@oazmi/esbuild-plugin-html

Use your html files as entryPoints of esbuild, and have this plugin parse all of their dependencies (js, ts, css, images, and more), and bundle them together with optional code splitting.
Works in Browser and Deno environments, so long as wasm is available, since it relies on jsr:@b-fuze/deno-dom for parsing html files.

Super Mandatory Example

<!DOCTYPE html>
<!-- YOO! SUP MA GOOD MAN? -->
<head></head>
<!-- TODO -->
<body></body>

About

an actual working html plugin for esbuild.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published