/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/css/universal-async-css-chunk/webpack.config.js
15 строк
237 B
Alexander Akait
feat: harden universal (node + web) target support — CSS SSR, coverage, runtime helper (#21208)
18 июн 2026, 00:08
Не верифицирован
18 июн 2026, 00:08
6e43ab8
Код
Авторство
О чём код?
"use strict"; /** @type {import("../../../../").Configuration} */ module.exports = { devtool: false, target: ["web", "node"], mode: "development", experiments: { css: true, outputModule: true }, output: { module: true } };