Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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",

@nazarhussain nazarhussain May 24, 2024

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The vite file is not for the vitest, rather it's for the bundle packages. I am surprised changing any of this effects debugging. If you actually need sourcemaps for the tests then use this option https://vitest.dev/config/#server-sourcemap

},
build: {
// "modules" refer to ['es2020', 'edge88', 'firefox78', 'chrome87', 'safari14']
Expand Down