Closed njzjz closed 3 years ago
html-minifier doesn't support minifying inline ES6 script. How about using html-minifier-terser?
html-minifier
html-minifier-terser
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.
html-minifier
doesn't support minifying inline ES6 script. How about usinghtml-minifier-terser
?