/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/css/css-order3/component.js
8 строк
196 B
Natsu Xiao
fix: dependency without the sourceOrder attribute must keep their original index (#19700)
14 июл 2025, 19:49
Не верифицирован
14 июл 2025, 19:49
fdb0c4e
Код
Авторство
О чём код?
const { dependency3 } = require("./dependency/dependency3"); import { dependency, dependency2 } from "./dependency"; export function component() { dependency(); dependency2(); dependency3(); }