/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/css/css-modules-order-hook/warnings.js
9 строк
340 B
Alexander Akait
feat: added `CssModulesPlugin.getCompilationHooks(compilation).orderModules` hook
19 май 2026, 15:49
Не верифицирован
19 май 2026, 15:49
561ee9b
Код
Авторство
О чём код?
"use strict"; module.exports = [ [ // Only the "fallback" config (which returns undefined from orderModules) // keeps the default topological merge and therefore emits this warning. /Conflicting order between css \.\/b\.css and css \.\/c\.css\nCSS modules are imported in:\n {2}- css \.\/lazy1\.css\n {2}- css \.\/lazy2\.css/ ] ];