/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/context-modules/replacement-d/queryloader.js
11 строк
259 B
Alexander Akait
chore: more eslint rules (#19667)
08 июл 2025, 17:46
Не верифицирован
08 июл 2025, 17:46
5a204dc
Код
Авторство
О чём код?
/** @type {import("../../../../").LoaderDefinition} */ module.exports = function (content) { return ( "module.exports = " + JSON.stringify({ resourceQuery: this.resourceQuery, query: this.query, prev: content.replace(/\r\n?/g, "\n") }) ); };