chore: warning suppression

This commit is contained in:
NEMO 2022-04-06 14:52:20 +08:00 committed by GitHub
parent 302bea9718
commit a9d5dbb500
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 || {}),
],
},