/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/optimization/minimize-javascript-only/index.js
8 строк
273 B
Alexander Akait
feat: configure or exclude each asset type's minifier via optimization.minimize (#21663)
10 авг 2026, 18:37
Не верифицирован
10 авг 2026, 18:37
5a8fa6c
Код
Авторство
О чём код?
/* javascript minify marker */ import "./page.html"; import "./style.css"; it("should fall back to the plain JS minimizer when CSS and HTML are excluded", () => { // The emitted files are the assertion — see test.config.js (afterExecute). expect(true).toBe(true); });