/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/html/minimize/page.html
20 строк
315 B
Alexander Akait
feat: safely minify native CSS and HTML via minimizer-webpack-plugin minify functions (#21491)
30 июл 2026, 16:28
Не верифицирован
30 июл 2026, 16:28
7bc7d21
Код
Авторство
О чём код?
<!DOCTYPE html> <html lang="en"> <head> <!-- drop this comment --> <title>Minify & Test</title> </head> <body> <!--[if IE]><p>ie only</p><![endif]--> <p>Hello <b>world</b> & friends</p> <ul> <li>one <li>two </ul> <pre> preformatted text </pre> <table><tr><td>a<td>b</table> </body> </html>