/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/css/minimize-nesting/index.js
7 строк
242 B
Alexander Akait
feat(css): join adjacent rules and fold more value spellings (#21648)
10 авг 2026, 08:55
Не верифицирован
10 авг 2026, 08:55
3197f80
Код
Авторство
О чём код?
import "./style.css"; it("should minify the corpus", () => { // The emitted stylesheet is snapshotted in test.config.js (afterExecute); // this keeps a runnable entry so the chunk and its `.css` are produced. expect(true).toBe(true); });