Skip to content

Commit ca2888c

Browse files
committed
chore: Remove rollupOptions, since it is no longer required
1 parent d878953 commit ca2888c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

vite.config.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ const config = defineConfig({
1616
build: {
1717
outDir: path.join(__dirname, "build", "renderer"),
1818
emptyOutDir: true,
19-
rollupOptions: {
20-
external: ["fs", "os", "child_process", "util"], // For build
21-
},
2219
chunkSizeWarningLimit: NaN, // Not needed for a desktop app
2320
},
2421
plugins: [

0 commit comments

Comments
 (0)