/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/node/prefix-in-runtime/webpack.config.js
78 строк
1 KB
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: "node", experiments: { outputModule: true }, output: { module: true, chunkFormat: "module" } }, { target: "node14.17", experiments: { outputModule: true }, output: { module: true, chunkFormat: "module" } }, { target: "node14.18", experiments: { outputModule: true }, output: { module: true, chunkFormat: "module" } }, { target: "node15", experiments: { outputModule: true }, output: { module: true, chunkFormat: "module" } }, { target: "node16", experiments: { outputModule: true }, output: { module: true, chunkFormat: "module" } }, { target: "browserslist:node 14.18.0, node 16.0.0", experiments: { outputModule: true }, output: { module: true, chunkFormat: "module" } }, { target: "browserslist:node 14.18.0, node 15.0.0, node 16.0.0", experiments: { outputModule: true }, output: { module: true, chunkFormat: "module" } }, { target: "node" } ];