Is your feature request related to a problem? Please describe.
Docusaurus users using mono repo had problems due to conflict between Terser 4 / Terser 5
html-minifier-terser v6 has been released recently with Terser 5 support (API is now async), so this lib could also try to upgrade, ensuring we are now all using Terser 5, having less problems in monorepos, reduce install size/time
Describe the solution you'd like
Upgrade libs, keep same behavior.
Make minifyHtml async (The caller sites are already async)
|
function minifyHtml (html) { |
Describe alternatives you've considered
NA
Additional context
Is your feature request related to a problem? Please describe.
Docusaurus users using mono repo had problems due to conflict between Terser 4 / Terser 5
html-minifier-terser v6 has been released recently with Terser 5 support (API is now async), so this lib could also try to upgrade, ensuring we are now all using Terser 5, having less problems in monorepos, reduce install size/time
Describe the solution you'd like
Upgrade libs, keep same behavior.
Make
minifyHtmlasync (The caller sites are already async)html-webpack-plugin/index.js
Line 1044 in 0a6568d
Describe alternatives you've considered
NA
Additional context