/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/web/fetch-priority/test.config.js
10 строк
240 B
Alexander Akait
test: stability (#19994)
08 окт 2025, 20:03
Не верифицирован
08 окт 2025, 20:03
1f0d774
Код
Авторство
О чём код?
"use strict"; module.exports = { moduleScope(scope) { // const link = scope.window.document.createElement("link"); // link.rel = "stylesheet"; // link.href = "style_css.css"; // scope.window.document.head.appendChild(link); } };