/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/library/module-multi-runtime/concat.js
6 строк
155 B
hai-x
fix: module library export definitions when multiple runtimes (#20179)
28 ноя 2025, 12:09
Не верифицирован
28 ноя 2025, 12:09
9dc25ca
Код
Авторство
О чём код?
import concat2 from "./concat2"; export const baz = "baz"; export const foo = "foo"; export const bar = "bar"; export const concat = "concat~" + concat2;