Skip to content

Commit

Permalink
Remove log from failing to parse source map (#29118)
Browse files Browse the repository at this point in the history
This removes the log when we fail to parse the source maps in the `wellknown-errors-plugin` since this log isn't really actionable by users and clutters the error output. 

x-ref: #27783 (comment)
  • Loading branch information
ijjk committed Sep 15, 2021
1 parent 7340821 commit 85b8399
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -118,7 +118,6 @@ export async function getNotFoundError(
message
)
} catch (err) {
console.log('Failed to parse source map:', err)
// Don't fail on failure to resolve sourcemaps
return input
}
Expand Down

0 comments on commit 85b8399

Please sign in to comment.