/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/css/side-effects/webpack.config.js
23 строки
400 B
Alexander Akait
perf(css): cache escape/unescapeIdentifier and move them to walkCssTokens (#20952)
15 май 2026, 16:04
Не верифицирован
15 май 2026, 16:04
53c363b
Код
Авторство
О чём код?
"use strict"; /** @type {import("../../../../").Configuration} */ module.exports = { mode: "production", target: "web", devtool: false, experiments: { css: true }, output: { cssFilename: "bundle0.css" }, optimization: { sideEffects: true, moduleIds: "named", chunkIds: "named", concatenateModules: false, minimize: false }, node: { __dirname: false, __filename: false } };