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