You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a file points to a source map that doesn't exist it currently throws an error:
Error: An error occurred while trying to read the map file at <file path>
Error: ENOENT: no such file or directory, open <file path>
I'm trying to parse source maps delivered from the browser, so paths might not always match up perfectly. Would it make sense to have an option to ignore the error and continue without source maps?
The text was updated successfully, but these errors were encountered:
When a file points to a source map that doesn't exist it currently throws an error:
I'm trying to parse source maps delivered from the browser, so paths might not always match up perfectly. Would it make sense to have an option to ignore the error and continue without source maps?
The text was updated successfully, but these errors were encountered: