/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/html/entity-decode/webpack.config.js
10 строк
154 B
Raj Aryan
test(html): add coverage for entity-decoded attribute URLs (#21150)
11 июн 2026, 16:59
Не верифицирован
11 июн 2026, 16:59
26750f2
Код
Авторство
О чём код?
"use strict"; /** @type {import("../../../../").Configuration} */ module.exports = { devtool: false, target: "web", experiments: { html: true } };