/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/html/iframe-srcdoc-script/webpack.config.js
17 строк
274 B
Alexander Akait
refactor(html): avoid regexp HTML parsing in dependencies; add <iframe srcdoc> script tests (#21266)
24 июн 2026, 13:34
Не верифицирован
24 июн 2026, 13:34
99671f3
Код
Авторство
О чём код?
"use strict"; /** @type {import("../../../../").Configuration} */ module.exports = { devtool: false, target: "web", output: { pathinfo: false, assetModuleFilename: "handled-[name][ext]" }, optimization: { chunkIds: "named" }, experiments: { html: true } };