curbengh / hexo-yam

Yet Another Minifier. Minify static web assets and compress using brotli and zstd.
MIT License
26 stars 2 forks source link

inline ES6 #30

Closed njzjz closed 3 years ago

njzjz commented 4 years ago

html-minifier doesn't support minifying inline ES6 script. How about using html-minifier-terser?

curbengh commented 3 years ago

html-minifier-terser uses terser v4 instead of v5.

I discourage the use of inline script as it reduces the effectiveness of Content-Security-Policy.