/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/html/source-dependency-loader/dep-loader.js
8 строк
322 B
Alexander Akait
Experimental HTML: parser/generator options, compilation hooks, and fixes (#21441)
19 июл 2026, 23:58
Не верифицирован
19 июл 2026, 23:58
cb904da
Код
Авторство
О чём код?
"use strict"; // Runs on HTML asset references selected by the `url` dependency condition // (scoped to `.html` issuers) — the HTML analog of a `css-import`-scoped loader. /** @type {import("../../../../").LoaderDefinition} */ module.exports = function (source) { return source.replace("__DEP_COLOR__", "#00ff00"); };