bun-plugin-html
bun-plugin-html copied to clipboard
A plugin for bun build which allows html entrypoints
I'm not sure if you'll want this one but I found it useful for doing small projects with webcomponents where I need a simple way to get template content inlined...
Hi, thanks for your plugin. When I build without your plugin, Bun rename my css and js files with an hash if I set the parameter `naming: "[dir]/[name]-[hash].[ext]"`, but with...
I have the following file structure: ``` . └── src/ └── index.html └── main.ts ``` In my index.html, I try to use ``. When building it with your provided example...