/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/html/js-css-html/test.config.js
10 строк
245 B
Alexander Akait
feat: handle all sources except script and style (#20930)
08 май 2026, 13:17
Не верифицирован
08 май 2026, 13:17
325af56
Код
Авторство
О чём код?
"use strict"; module.exports = { moduleScope(scope) { const link = scope.window.document.createElement("link"); link.rel = "stylesheet"; link.href = `bundle${scope.__STATS_I__}.css`; scope.window.document.head.appendChild(link); } };