/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/css/css-server-styles-alone/index.js
4 строки
204 B
Alexander Akait
feat(css): add __webpack_css_server_styles__ to read server-collected CSS (#21576)
01 авг 2026, 22:03
Не верифицирован
01 авг 2026, 22:03
d3e5a0b
Код
Авторство
О чём код?
// no CSS import: the module variable is the only thing pulling in runtime it("works when the collected styles are the only runtime consumer", () => { expect(__webpack_css_server_styles__).toBe(""); });