Merge pull request #100 from suoutsky/patch-2

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

View File

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