fix(editor-core): 修复Rollup构建配置添加tauri external

This commit is contained in:
yhh
2025-12-03 21:15:56 +08:00
parent 3c50795dee
commit 9c30ab26a6

View File

@@ -20,7 +20,8 @@ const external = [
'react',
'react-dom',
'react/jsx-runtime',
/^@types\//
/^@types\//,
/^@tauri-apps\//
];
const commonPlugins = [