更新了版本

This commit is contained in:
yuding
2026-03-26 09:34:21 +08:00
parent dd4600bb5b
commit c11140f967
62 changed files with 55769 additions and 20302 deletions

View File

@@ -36,8 +36,11 @@ export default defineConfig(() => {
fileName: (format) => `iflow-engine.${format}.js`,
},
rollupOptions: {
external: ['opentype.js'],
output: {
globals: {},
globals: {
'opentype.js': '{}',
},
// 禁用代码分割,将所有代码打包到一个文件
inlineDynamicImports: true,
},