terser / html-minifier-terser

actively maintained fork of html-minifier - minify HTML, CSS and JS code using terser - supports ES6 code
https://terser.org/html-minifier-terser
MIT License
376 stars 30 forks source link

outdated version string in demo #103

Closed DanielRuf closed 2 years ago

DanielRuf commented 2 years ago

https://github.com/terser/html-minifier-terser/blob/master/demo/index.html#L19

Should be probably v6.1.0.

DanielRuf commented 2 years ago

Currently not sitting on a PC.

Can you check why https://terser.org/html-minifier-terser/ does not work @sibiraj-s? That would be great.

sibiraj-s commented 2 years ago

Checking.

sibiraj-s commented 2 years ago

@DanielRuf. Fixed now. now a days bundlers don't handle process variables defined in the code. hence the issue. Should work now.

DanielRuf commented 2 years ago

Should work now.

Looks and works great =)