/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/css/css-auto/loader.js
8 строк
291 B
ahabhgk
test for matchResource
11 июн 2023, 17:22
11 июн 2023, 17:22
698a284
Код
Авторство
О чём код?
/** @type {import("../../../../").PitchLoaderDefinitionFunction} */ exports.pitch = async function (remaining) { const result = await this.importModule( this.resourcePath + '.webpack[javascript/auto]' + '!=!' + remaining, { publicPath: '' }); return result.default || result; };