mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2026-04-21 20:08:04 +00:00
- 升级 vite 至 ^8.0.8(catalog 及 lockfile 同步) - 在 scripts/build.mjs 中新增 fixUmdSymbolShadow 插件,将 UMD 产物中 `Object.defineProperty(exports, Symbol.toStringTag, ...)` 替换为 `globalThis.Symbol.toStringTag`,规避 lodash-es 内联 `var Symbol` 声明 因变量提升遮蔽全局 Symbol 导致运行时报错的问题 Made-with: Cursor
14 lines
222 B
YAML
14 lines
222 B
YAML
packages:
|
|
- "packages/*"
|
|
- "playground"
|
|
- "runtime/*"
|
|
- "vue-components/*"
|
|
- "react-components/*"
|
|
- "eslint-config"
|
|
|
|
catalog:
|
|
vue: ^3.5.24
|
|
"@vue/compiler-sfc": ^3.5.24
|
|
vite: ^8.0.8
|
|
typescript: "^6.0.2"
|