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