rna icon indicating copy to clipboard operation
rna copied to clipboard

[esbuild-plugin-html] Minify occurs even if `minify:false`

Open iamvdo opened this issue 1 year ago • 0 comments

Hi, Seems like line-breaks and spaces are removed, even if minify is false. See https://github.com/chialab/rna/blob/421ba5dee9cb422c1e08c8dcb44b6c83ad8b97fb/packages/esbuild-plugin-html/lib/index.js#L297C25-L297C35

Imho, better to stick to minify plugin in this case. My issue right now is that line breaks and spaces should be kept in <pre> tags...

Thanks!

iamvdo avatar Nov 25 '24 17:11 iamvdo