feat: 更新 SDK 构建产物和文档
- 更新 SDK 构建文件 (es/umd) - 更新 SDK 使用文档 - 删除 gujianzhu.glb 模型文件 - 更新 package.json 配置 - 调整 tab 组件样式和 vite 配置 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -31,9 +31,10 @@ export default defineConfig(() => {
|
||||
fileName: (format) => `bim-engine-sdk.${format}.js`,
|
||||
},
|
||||
rollupOptions: {
|
||||
// 不再需要排除 Vue
|
||||
output: {
|
||||
globals: {},
|
||||
// 禁用代码分割,将所有代码打包到一个文件
|
||||
inlineDynamicImports: true,
|
||||
},
|
||||
},
|
||||
sourcemap: true,
|
||||
|
||||
Reference in New Issue
Block a user