/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
examples/build-http/webpack.config.js
19 строк
372 B
Alexander Akait
refactor: examples (#20085)
04 ноя 2025, 18:22
Не верифицирован
04 ноя 2025, 18:22
196e19e
Код
Авторство
О чём код?
"use strict"; /** @type {import("webpack").Configuration} */ const config = { // enable debug logging to see network requests! // stats: { // loggingDebug: /HttpUriPlugin/ // }, experiments: { buildHttp: [ "https://cdn.esm.sh/", "https://cdn.skypack.dev/", "https://jspm.dev/", /^https:\/\/unpkg\.com\/.+\?module$/ ] } }; module.exports = config;