/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/css/pseudo-import-export-chunks/async-different.modules.css
11 строк
141 B
Alexander Akait
test: cover :import/:export across initial and async chunks (#20928)
08 май 2026, 01:43
Не верифицирован
08 май 2026, 01:43
4e45617
Код
Авторство
О чём код?
:import("./async-vars.modules.css") { _border: border-color; } :export { border: _border; } .async-different { border-color: _border; }