mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2026-04-20 19:38:05 +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