source-map-explorer icon indicating copy to clipboard operation
source-map-explorer copied to clipboard

What is the no source mean?

Open lanmch opened this issue 3 years ago • 1 comments

recently, we change our npm manager, but i found that the no source increase too much, maybe every chunk +100~200KB, but I dont know how to find the real code which should not be added. hope for help

lanmch avatar Feb 24 '22 10:02 lanmch

From the README

Mapped code without source. It might be code generated by a bundler (e.g. webpack). Represented by [no source] in explore result.

It means there are record that don't have the source set (source man doesn't say to from which file the code came)

nikolay-borzov avatar Feb 25 '22 17:02 nikolay-borzov