/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/css/minimize-strings/index.js
7 строк
244 B
Alexander Akait
feat(minify): more safe CSS/HTML transforms, with the name tables generated (#21581)
02 авг 2026, 13:05
Не верифицирован
02 авг 2026, 13:05
23420d3
Код
Авторство
О чём код?
import "./style.css"; it("should minify the corpus", () => { // The emitted stylesheets are snapshotted in test.config.js (afterExecute); // this keeps a runnable entry so the chunk and its `.css` are produced. expect(true).toBe(true); });