/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/html/link/webpack.config.js
14 строк
227 B
Alexander Akait
feat: support `link` stylesheet in HTML modules (#20941)
11 май 2026, 21:19
Не верифицирован
11 май 2026, 21:19
bd0e48f
Код
Авторство
О чём код?
"use strict"; /** @type {import("../../../../").Configuration} */ module.exports = { devtool: false, target: "web", output: { assetModuleFilename: "handled-[name][ext]" }, experiments: { html: true, css: true } };