/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/css/minimize/index.js
7 строк
274 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
Код
Авторство
О чём код?
import "./style.css"; it("should safely minify emitted CSS when optimization.minimize is enabled", () => { // The assertions on the emitted file live in test.config.js (afterExecute), // this keeps a runnable entry so the chunk is produced. expect(true).toBe(true); });