We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f505cb commit 7c81c4cCopy full SHA for 7c81c4c
site/vite.config.ts
@@ -20,7 +20,8 @@ export default defineConfig({
20
outDir: path.resolve(__dirname, "./out"),
21
// We need to keep the /bin folder and GITKEEP files
22
emptyOutDir: false,
23
- sourcemap: process.env.NODE_ENV === "development",
+ // 'hidden' works like true except that the corresponding sourcemap comments in the bundled files are suppressed
24
+ sourcemap: "hidden",
25
},
26
define: {
27
"process.env": {
0 commit comments