Skip to content

Commit 024b720

Browse files
authored
Merge pull request #22 from TheDokT0r/chunk-size-warning
Removed chunk size warning from vite
2 parents 17b2781 + b14d096 commit 024b720

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vite.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ const config = defineConfig({
1919
rollupOptions: {
2020
external: ['fs', 'os', 'child_process', 'util'], // For build
2121
},
22+
chunkSizeWarningLimit: NaN // Not needed for a desktop app
2223
},
2324
plugins: [
2425
vuePlugin({

0 commit comments

Comments
 (0)