/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/css/css-modules-composes-order/webpack.config.js
10 строк
158 B
Alexander Akait
fix: predictable composes import order across CSS module rules (#20948)
13 май 2026, 00:09
Не верифицирован
13 май 2026, 00:09
23c44b2
Код
Авторство
О чём код?
"use strict"; /** @type {import("../../../../").Configuration} */ module.exports = { target: "web", mode: "development", experiments: { css: true } };