/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/css/minimize-strings/test.config.js
17 строк
398 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
Код
Авторство
О чём код?
"use strict"; const readMinifiedSections = require("../../../helpers/readMinifiedSections"); module.exports = { findBundle() { return ["./main.js", "./unterminated.js"]; }, afterExecute(options) { expect( readMinifiedSections(options.output.path, "main.css") ).toMatchSnapshot(); expect( readMinifiedSections(options.output.path, "unterminated.css") ).toMatchSnapshot(); } };