Skip to content

Commit 0707a60

Browse files
matthewkeilg11tech
authored andcommitted
fix: inline sourcemaps to help with debugging (ChainSafe#6768)
1 parent c476b94 commit 0707a60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vite.base.config.ts

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ export function getBaseViteConfig(
4040
esbuild: {
4141
banner,
4242
legalComments: "none",
43+
sourcemap: "inline",
4344
},
4445
build: {
4546
// "modules" refer to ['es2020', 'edge88', 'firefox78', 'chrome87', 'safari14']

0 commit comments

Comments
 (0)