File tree Expand file tree Collapse file tree 1 file changed +16
-14
lines changed
Expand file tree Collapse file tree 1 file changed +16
-14
lines changed Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments