We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ddc812 commit e87b57aCopy full SHA for e87b57a
1 file changed
rollup.config.prod.mjs
@@ -126,10 +126,6 @@ const config = allBuildFormats.map(
126
name,
127
globals,
128
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,
133
// Fix source map paths: TypeScript plugin with rootDir="." generates
134
// paths like ../../src/ (relative to intermediate dist/src/), but the
135
// final bundle is at dist/, so paths should be ../src/.
0 commit comments