Skip to content

Commit 6b1cbba

Browse files
author
luosijie
committed
🔨 update vite config
1 parent 5421c50 commit 6b1cbba

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

vite.config.ts

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,8 @@ export default defineConfig({
4242
resolve(pagesRoot, dir, 'index.html')
4343
]
4444
}))
45-
// globe: resolve(root, 'globe', 'index.html'),
46-
// jump: resolve(root, 'jump', 'index.html'),
47-
// 'sampler-particles': resolve(root, 'globe', 'index.html'),
48-
// 'carton-room': resolve(root, 'carton-room', 'index.html'),
49-
// 'house-in-desert': resolve(root, 'house-in-desert', 'index.html'),
50-
// 'china-map': resolve(root, 'china-map', 'index.html'),
51-
// 'mini-city': resolve(root, 'mini-city', 'index.html'),
52-
// 'point-line': resolve(root, 'point-line', 'index.html'),
53-
// 'cities-in-planet': resolve(root, 'cities-in-planet', 'index.html')
5445
}
55-
}
46+
},
47+
outDir: path.resolve(__dirname, './dist')
5648
}
5749
})

0 commit comments

Comments
 (0)