/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/css/postcss-modules-plugins/test.config.js
10 строк
226 B
Alexander Akait
test: added `postcss-modules-extract-imports` tests (#20099)
06 ноя 2025, 22:30
Не верифицирован
06 ноя 2025, 22:30
13cdb57
Код
Авторство
О чём код?
"use strict"; module.exports = { moduleScope(scope) { const link = scope.window.document.createElement("link"); link.rel = "stylesheet"; link.href = "bundle0.css"; scope.window.document.head.appendChild(link); } };