/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/statsCases/analyzable-esm-fallbacks/mid.js
4 строки
267 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
Код
Авторство
О чём код?
// Prefetching a grandchild gives this chunk a prefetch child, so the `.f.prefetch` // handler must run when it loads — `.ei` dispatches it alongside the literal import. export const load = () => import(/* webpackPrefetch: true */ "./async").then((m) => m.value);