chore: warning suppression

This commit is contained in:
NEMO 2022-04-06 14:44:43 +08:00 committed by GitHub
parent 302bea9718
commit 8c2b43ae97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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