/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/watchCases/css/html-module-incremental-cache/1/index.js
9 строк
276 B
Alexander Akait
fix: incremental-cache invalidation to css, html and asset source/inline modules (#21108)
05 июн 2026, 16:14
Не верифицирован
05 июн 2026, 16:14
5bec345
Код
Авторство
О чём код?
import "./page.html"; const marker = "changed"; it("should keep the HTML module available after an incremental rebuild", () => { expect(marker).toBe("changed"); const htmlAsset = STATS_JSON.assets.find((a) => /\.html$/.test(a.name)); expect(htmlAsset).toBeDefined(); });