/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/statsCases/graph-correctness-modules/webpack.config.js
25 строк
390 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 = { mode: "production", entry: { e1: "./e1", e2: "./e2" }, output: { filename: "[name].js" }, stats: { hash: false, timings: false, builtAt: false, assets: false, chunks: true, chunkRelations: true, chunkModules: true, dependentModules: true, modules: false, reasons: true } };