Improve debugging experience in Chrome DevTools with the ignoreList
source map extension.
Chrome DevTools parses the ignoreList
field in source maps to help improve developer debugging experience. Take a look at the following stack trace in the Console. DevTools automatically hides all the third party frames, and shows only the frames that are relevant to your code.