/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/node/web-global/webpack.config.js
23 строки
325 B
Alexander Akait
test: globalThis (#20028)
21 окт 2025, 14:21
Не верифицирован
21 окт 2025, 14:21
9dfdf76
Код
Авторство
О чём код?
"use strict"; /** @type {import("../../../../").Configuration[]} */ module.exports = [ { target: "web", output: { environment: { globalThis: false } }, stats: { runtimeModules: true } }, { target: "web", output: { environment: { globalThis: true } }, stats: { runtimeModules: true } } ];