Skip to content

Commit aadee9f

Browse files
committed
no log: fixed external dependencies issue
1 parent e884ddd commit aadee9f

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

frontend/vite.config.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,17 @@ export default defineConfig(({ mode, command }) => {
126126
output: {
127127
manualChunks: chunks,
128128
},
129+
external: [
130+
"fsevents",
131+
"path",
132+
"process",
133+
"perf_hooks",
134+
"fs/promises",
135+
"node:path",
136+
"node:process",
137+
"node:perf_hooks",
138+
"node:fs/promises",
139+
],
129140
},
130141
},
131142
test: {

0 commit comments

Comments
 (0)