react-prod-sourcemaps icon indicating copy to clipboard operation
react-prod-sourcemaps copied to clipboard

fix(sourcemaps): reduce verbose noise

Open JonasBa opened this issue 2 years ago • 1 comments

verbose mode logging generates a lot of noise for non sourcemaps files, this PR changes so we outputs logs only when true .js.map sourcemaps are skipped

CleanShot 2023-09-27 at 15 06 12@2x

JonasBa avatar Sep 27 '23 19:09 JonasBa

Does that check actually do anything? My understanding was that in here we are only getting filenames that are in the sources list, which should always be source filename and not sourcemap names.

markerikson avatar Sep 28 '23 03:09 markerikson