/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/css/auto-less-loader/test.config.js
10 строк
226 B
Alexander Akait
feat: default experiments.typescript to "auto" (#21398)
13 июл 2026, 11:52
Не верифицирован
13 июл 2026, 11:52
c121864
Код
Авторство
О чём код?
"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); } };