/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/css/import-module/a-pitching-loader.js
9 строк
294 B
alexander.akait
test: fix
06 май 2023, 00:35
06 май 2023, 00:35
57d628d
Код
Авторство
О чём код?
/** @type {import("../../../../").PitchLoaderDefinitionFunction} */ exports.pitch = async function (remaining) { const result = await this.importModule( this.resourcePath + '.webpack[javascript/auto]' + '!=!' + remaining, { publicPath: '' }); return result.default || result; };