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: [ external: [
'electron', 'electron',
...builtinModules, ...builtinModules,
// @ts-ignore
...Object.keys(pkg.dependencies || {}), ...Object.keys(pkg.dependencies || {}),
], ],
}, },