Merge pull request #102 from suoutsky/patch-4

chore: warning suppression
This commit is contained in:
草鞋没号 2022-04-06 14:56:06 +08:00 committed by GitHub
commit 82d061dd70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,7 @@ export default defineConfig({
external: [
'electron',
...builtinModules,
// @ts-ignore
...Object.keys(pkg.dependencies || {}),
],
},