/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/html/output-html-per-entry/test.js
7 строк
275 B
Alexander Akait
feat(html): generate output.html for entrypoints with dependOn support (#21215)
18 июн 2026, 23:04
Не верифицирован
18 июн 2026, 23:04
868209f
Код
Авторство
О чём код?
const fs = require("fs"); const path = require("path"); it("respects per-entry html:false override of output.html:true", () => { expect(fs.existsSync(path.resolve(__dirname, "a.html"))).toBe(true); expect(fs.existsSync(path.resolve(__dirname, "b.html"))).toBe(false); });