/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/chunks-order/module/test.config.js
13 строк
190 B
Xiao
fix: the `dependOn` chunk must be loaded before the common chunk (#20073)
03 ноя 2025, 16:12
Не верифицирован
03 ноя 2025, 16:12
45a775e
Код
Авторство
О чём код?
"use strict"; module.exports = { findBundle() { return [ "runtime~nested-shared.mjs", "nested-shared.mjs", "shared.mjs", "commons-dependency_js.mjs", "foo.mjs" ]; } };