/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v5.101.2
examples/module-code-splitting/webpack.config.js
18 строк
261 B
Alexander Akait
refactor: use `eslint-config-webpack` (#19645)
02 июл 2025, 15:10
Не верифицирован
02 июл 2025, 15:10
02a1d22
Код
Авторство
О чём код?
"use strict"; module.exports = { output: { module: true, library: { type: "module" } }, optimization: { usedExports: true, concatenateModules: true }, target: "browserslist: last 2 chrome versions", experiments: { outputModule: true } };