Skip to content

Commit

Permalink
test hidden sourcemap
Browse files Browse the repository at this point in the history
  • Loading branch information
mryanshenghong committed Nov 11, 2022
1 parent 48169fd commit beee97d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default defineConfig({
devSourcemap: true,
},
build: {
sourcemap: true,
sourcemap: "hidden",
commonjsOptions: {
sourceMap: true,
},
Expand All @@ -47,6 +47,6 @@ export default defineConfig({
},
},
},
reportCompressedSize: false
reportCompressedSize: false,
},
});

0 comments on commit beee97d

Please sign in to comment.