bun-plugin-html icon indicating copy to clipboard operation
bun-plugin-html copied to clipboard

A plugin for bun build which allows html entrypoints

Results 3 bun-plugin-html issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...