You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I was looking to replace my existing, handwritten html-minifier-terser vite plugin with an alternative from the registry, so that I didn't need to keep the code in my vite.config.ts. It works great, thanks for the plugin! 💯
As I was looking, I bumped into https://www.npmjs.com/package/@minify-html/node, which seemed worthy of investigation. It's a faster, minier minifier written in Rust. Would be open for a PR switching the plugin? It doesn't look to hard, except that the options would probably need to get mapped, or maybe just directly swapped out.
The text was updated successfully, but these errors were encountered:
Hello! I was looking to replace my existing, handwritten html-minifier-terser vite plugin with an alternative from the registry, so that I didn't need to keep the code in my
vite.config.ts
. It works great, thanks for the plugin! 💯As I was looking, I bumped into https://www.npmjs.com/package/@minify-html/node, which seemed worthy of investigation. It's a faster, minier minifier written in Rust. Would be open for a PR switching the plugin? It doesn't look to hard, except that the options would probably need to get mapped, or maybe just directly swapped out.
The text was updated successfully, but these errors were encountered: