Skip to content

Commit 33cf2ba

Browse files
김수현김수현
authored andcommitted
vite 설정 파일 수정
1 parent a531f8e commit 33cf2ba

File tree

1 file changed

+16
-14
lines changed

1 file changed

+16
-14
lines changed

vite.config.js

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20,28 +20,30 @@ export default mergeConfig(
2020
build: {
2121
outDir: "dist",
2222
assetsDir: "assets",
23+
sourcemap: false,
2324
rollupOptions: {
2425
input: {
2526
main: resolve(__dirname, "index.html"),
2627
404: resolve(__dirname, "404.html"),
27-
output: {
28-
manualChunks: undefined,
29-
},
28+
},
29+
output: {
30+
manualChunks: undefined,
3031
},
3132
},
3233
},
33-
34-
// build: {
35-
// outDir: "dist",
36-
// assetsDir: "assets",
37-
// sourcemap: false,
38-
// rollupOptions: {
39-
// output: {
40-
// manualChunks: undefined,
41-
// },
42-
// },
43-
// },
4434
}),
35+
36+
// // build: {
37+
// // outDir: "dist",
38+
// // assetsDir: "assets",
39+
// // sourcemap: false,
40+
// // rollupOptions: {
41+
// // output: {
42+
// // manualChunks: undefined,
43+
// // },
44+
// // },
45+
// // },
46+
// }),
4547
defineTestConfig({
4648
test: {
4749
globals: true,

0 commit comments

Comments
 (0)