/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/css/auto-default/webpack.config.js
9 строк
292 B
Alexander Akait
feat: default experiments.css/html/asyncWebAssembly to "auto" (#21365)
08 июл 2026, 23:22
Не верифицирован
08 июл 2026, 23:22
a3773f5
Код
Авторство
О чём код?
"use strict"; // No `experiments.css` and no loader for `.css` → the "auto" default enables the // built-in CSS module type, so importing raw CSS compiles and exports an object. /** @type {import("../../../../").Configuration} */ module.exports = { target: "web", mode: "development" };