/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/html/initial-chunk-preload-string/test.config.js
9 строк
219 B
Alexander Akait
feat: add output.resourceHints (preload / prefetch / modulepreload / preconnect emission) (#21463)
21 июл 2026, 13:46
Не верифицирован
21 июл 2026, 13:46
ece0fcb
Код
Авторство
О чём код?
"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"]; } };