/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/source-map/no-source-map/loader.js
13 строк
349 B
Tobias Koppers
test typings and fix type problems in loaders in the test suite
22 апр 2021, 22:48
22 апр 2021, 22:48
4e70b37
Код
Авторство
О чём код?
const path = require("path"); /** @type {import("../../../../").LoaderDefinition} */ module.exports = function () { this.callback(null, "module.exports = 'ok';", { version: 3, file: "/should/be/removed", sourceRoot: path.join(__dirname, "folder"), sources: ["test1.txt"], sourcesContent: ["Test"], names: [], mappings: "AAAA" }); };