mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2026-01-24 03:56:53 +08:00
[issues/9301] 强制预构建clipboard,解决Vite6对CommonJS模块的严格检查
This commit is contained in:
@ -145,6 +145,8 @@ export default ({ command, mode }: ConfigEnv): UserConfig => {
|
||||
'@jeecg/online',
|
||||
'@jeecg/aiflow',
|
||||
],
|
||||
// 强制预构建clipboard,解决Vite6对CommonJS模块的严格检查
|
||||
include: ['clipboard']
|
||||
},
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user