/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/watchCases/cache/loader-import-module/0/loader.js
7 строк
270 B
Tobias Koppers
test typings and fix type problems in loaders in the test suite
22 апр 2021, 22:48
22 апр 2021, 22:48
4e70b37
Код
Авторство
О чём код?
/** @type {import("../../../../../").PitchLoaderDefinitionFunction} */ exports.pitch = async function (remaining) { const result = await this.importModule( `${this.resourcePath}.webpack[javascript/auto]!=!${remaining}` ); return JSON.stringify(result, null, 2); };