/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/css/cjs-module-syntax/webpack.config.js
33 строки
417 B
Alexander Akait
chore: resolve "use strict" TODO (#19705)
16 июл 2025, 17:29
Не верифицирован
16 июл 2025, 17:29
d8690f3
Код
Авторство
О чём код?
"use strict"; /** @type {import("../../../../").Configuration} */ module.exports = [ { target: "web", mode: "development", module: { generator: { "css/auto": { esModule: false } } }, experiments: { css: true } }, { target: "node", mode: "development", module: { generator: { "css/auto": { esModule: false } } }, experiments: { css: true } } ];