/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/css/minimize-source-map/index.js
7 строк
258 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 emit a source map for the minified CSS", () => { // The source-map assertions live in test.config.js (afterExecute); this keeps // a runnable entry so the CSS chunk (and its map) is produced. expect(true).toBe(true); });