We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c476b94 commit 0707a60Copy full SHA for 0707a60
vite.base.config.ts
@@ -40,6 +40,7 @@ export function getBaseViteConfig(
40
esbuild: {
41
banner,
42
legalComments: "none",
43
+ sourcemap: "inline",
44
},
45
build: {
46
// "modules" refer to ['es2020', 'edge88', 'firefox78', 'chrome87', 'safari14']
0 commit comments