/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/html/iframe-srcdoc-entry/test.config.js
9 строк
219 B
Sebastian Beltran
feat(html): implement asset URL rewriting for <iframe srcdoc> in HTML (#21226)
23 июн 2026, 23:33
Не верифицирован
23 июн 2026, 23:33
164a6ff
Код
Авторство
О чём код?
"use strict"; // The HTML entry has no top-level `it(...)` body — assertions live in the // emitted `test.js` asset, which the harness loads directly. module.exports = { findBundle() { return ["./test.js"]; } };