/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/inner-graph/_helpers/loader.js
7 строк
193 B
Alexander Akait
fix: a lot of types (#19486)
01 май 2025, 17:36
Не верифицирован
01 май 2025, 17:36
bc25829
Код
Авторство
О чём код?
/** @type {import("../../../../").LoaderDefinition} */ module.exports = source => { return [ source, `export const __usedExports = __webpack_exports_info__.usedExports;` ].join("\n"); };