/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/css/public-path/test.config.js
10 строк
249 B
Alexander Akait
test: mini css extract plugin tests
27 мар 2026, 14:15
Не верифицирован
27 мар 2026, 14:15
807a88e
Код
Авторство
О чём код?
"use strict"; module.exports = { moduleScope(scope, options) { const link = scope.window.document.createElement("link"); link.rel = "stylesheet"; link.href = `bundle${options.name}.css`; scope.window.document.head.appendChild(link); } };