fix(editor-core): 修复Rollup构建配置添加tauri external
This commit is contained in:
@@ -20,7 +20,8 @@ const external = [
|
||||
'react',
|
||||
'react-dom',
|
||||
'react/jsx-runtime',
|
||||
/^@types\//
|
||||
/^@types\//,
|
||||
/^@tauri-apps\//
|
||||
];
|
||||
|
||||
const commonPlugins = [
|
||||
|
||||
Reference in New Issue
Block a user