Skip to content

Commit 1142d81

Browse files
Apply prepare changes
1 parent 7541c93 commit 1142d81

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

nuxt.config.js

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

3333
vite: {
3434
optimizeDeps: {
35-
include: ["is-electron", "fast-deep-equal", "seedrandom", "lodash", "ajv", "globalthis"],
35+
include: [
36+
"is-electron",
37+
"fast-deep-equal",
38+
"seedrandom",
39+
"lodash",
40+
"ajv",
41+
"globalthis",
42+
],
3643
},
3744
},
3845
})

0 commit comments

Comments
 (0)