Skip to content

Commit 7541c93

Browse files
fix(nuxt_config): optimizeDeps is-electron
1 parent af50113 commit 7541c93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nuxt.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export default defineNuxtConfig({
3232

3333
vite: {
3434
optimizeDeps: {
35-
include: ["fast-deep-equal", "seedrandom", "lodash", "ajv", "globalthis"],
35+
include: ["is-electron", "fast-deep-equal", "seedrandom", "lodash", "ajv", "globalthis"],
3636
},
3737
},
3838
})

0 commit comments

Comments
 (0)