Skip to content

Commit 10b481a

Browse files
resolving conversation
1 parent 7a72db1 commit 10b481a

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

console/vite.config.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,13 @@ export default defineConfig({
3030
},
3131
},
3232
build: {
33-
// reproducibility: disable non-deterministic options
3433
cssCodeSplit: false,
3534
sourcemap: false,
3635
rollupOptions: {
3736
output: {
38-
// use content hash for deterministic chunk names
3937
chunkFileNames: "assets/[name]-[hash].js",
4038
entryFileNames: "assets/[name]-[hash].js",
4139
assetFileNames: "assets/[name]-[hash][extname]",
42-
// ensure consistent chunk ordering by grouping node_modules
4340
manualChunks: (id) => {
4441
if (id.includes("node_modules")) {
4542
return "vendor"

0 commit comments

Comments
 (0)