Skip to content

Commit aa03543

Browse files
committed
chore: add more detailed description for sourceMap
1 parent f6ff7aa commit aa03543

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/core/options.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ interface BaseOptions {
1414
exclude?: FilterPattern
1515
/**
1616
* If false, skips source map generation. This will improve performance.
17+
*
18+
* For Vite, this option will be enabled on build mode
19+
* and respect `build.sourcemap`.
1720
* @default true
1821
*/
1922
sourceMap?: boolean

0 commit comments

Comments
 (0)