chore: warning suppression

This commit is contained in:
NEMO
2022-04-06 14:44:43 +08:00
committed by GitHub
parent 302bea9718
commit 8c2b43ae97

View File

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