/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/css/prefetch-dedupe/webpack.config.js
21 строка
294 B
Sebastian Beltran
fix(css): honor output.resourceHints.dedupe in the css prefetch runtime (#21561)
30 июл 2026, 23:26
Не верифицирован
30 июл 2026, 23:26
26441ce
Код
Авторство
О чём код?
"use strict"; /** @type {import("../../../../").Configuration} */ module.exports = { target: "web", experiments: { css: true }, output: { chunkFilename: "[name].js", resourceHints: { dedupe: true } }, performance: { hints: false }, optimization: { minimize: false } };