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.
rewriteSourcesHook
1 parent 2649976 commit 479be50Copy full SHA for 479be50
packages/bundler-plugin-core/src/debug-id-upload.ts
@@ -396,7 +396,7 @@ async function prepareSourceMapForDebugIdUpload(
396
}
397
398
if (map["sources"] && Array.isArray(map["sources"])) {
399
- map["sources"].map((source: string) => rewriteSourcesHook(source, map));
+ map["sources"] = map["sources"].map((source: string) => rewriteSourcesHook(source, map));
400
401
402
try {
0 commit comments