Skip to content

Commit

Permalink
fix: inline sourcemaps to help with debugging (#6768)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewkeil authored and g11tech committed Jul 1, 2024
1 parent 8614094 commit 2a0cdd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite.base.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export function getBaseViteConfig(
esbuild: {
banner,
legalComments: "none",
sourcemap: "inline",
},
build: {
// "modules" refer to ['es2020', 'edge88', 'firefox78', 'chrome87', 'safari14']
Expand Down

0 comments on commit 2a0cdd0

Please sign in to comment.