/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/code-generation/import-export-format-2/webpack.config.js
27 строк
463 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 = { output: { environment: { arrowFunction: true, bigIntLiteral: false, const: false, destructuring: false, forOf: false, dynamicImport: true, module: false } }, node: { __dirname: false, __filename: false }, optimization: { concatenateModules: true, usedExports: true, providedExports: true, minimize: false, mangleExports: false } };