/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/html/js-css-html/webpack.config.js
13 строк
210 B
Alexander Akait
feat: handle all sources except script and style (#20930)
08 май 2026, 13:17
Не верифицирован
08 май 2026, 13:17
325af56
Код
Авторство
О чём код?
"use strict"; /** @type {import("../../../../").Configuration} */ module.exports = { target: "web", output: { assetModuleFilename: "handled-[name][ext]" }, experiments: { html: true, css: true } };