/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/statsCases/not-cacheable-reasons/import-module-loader.js
6 строк
232 B
Alexander Akait
feat: show why a module was marked as not cacheable in stats (#21403)
13 июл 2026, 16:43
Не верифицирован
13 июл 2026, 16:43
f5839ad
Код
Авторство
О чём код?
module.exports = async function () { const child = await this.importModule("./child.js"); // a second import must not record duplicate reasons await this.importModule("./child.js"); return `export default ${child.default};`; };