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 7db68ac commit 11faa8aCopy full SHA for 11faa8a
tools/cli/src/helpers/common.ts
@@ -119,7 +119,6 @@ function resolveSourceMapPath(sourceProcessor: SourceProcessor) {
119
return pipe(
120
asset.path,
121
(path) => sourceProcessor.getSourceMapPathFromSourceFile(path),
122
- R.map((result) => result ?? pathIfExists(`${asset.path}.map`)),
123
R.map((path) => (path ? Ok(path) : Err('could not find source map for source'))),
124
R.map((path) => ({
125
...asset,
0 commit comments