Skip to content
This repository was archived by the owner on Aug 8, 2025. It is now read-only.

Commit 8a42638

Browse files
committed
[vite]: not generating source map for build;
1 parent 2219ead commit 8a42638

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ export default defineConfig({
3131
// comment this out if that isn't relevant for your project
3232
build: {
3333
outDir: './build',
34+
sourcemap: false,
3435
},
3536
base: './',
3637
plugins: [

0 commit comments

Comments
 (0)