/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/statsCases/analyzable-esm-fallbacks/a.js
3 строки
213 B
Alexander Akait
feat: widen analyzable ESM output to shared, css, hinted and worker chunks (#21626)
07 авг 2026, 14:48
Не верифицирован
07 авг 2026, 14:48
56aba9f
Код
Авторство
О чём код?
// Two entries pull the same async chunk → it lives in two chunk groups (shared), // which stays analyzable: `.ei` dedupes on `installedChunks`. export const load = () => import("./async").then((m) => m.value);