Skip to content

Commit e87b57a

Browse files
committed
fix: remove exclude source map config from build
1 parent 4ddc812 commit e87b57a

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

rollup.config.prod.mjs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,6 @@ const config = allBuildFormats.map(
126126
name,
127127
globals,
128128
sourcemap: true,
129-
// Exclude the actual source content from the source map.
130-
// This means that the source maps will contain references
131-
// to positions in the original code, but not the source code itself.
132-
sourcemapExcludeSources: true,
133129
// Fix source map paths: TypeScript plugin with rootDir="." generates
134130
// paths like ../../src/ (relative to intermediate dist/src/), but the
135131
// final bundle is at dist/, so paths should be ../src/.

0 commit comments

Comments
 (0)