I have created angular 7 library with ng g library @my-org/some-lib
and use it in separate angular app by npm link
to be able to develop both app and a library.
Now I found that in dev tools I see the library as a separate my-org-some-lib
bundled js file resolved from the vendor.js.map
yet it is not resolving further to the sourceMappingURL=my-org-some-lib.js.map
which exists in the my-org-some-lib.js
and the map file is actually generated in a builded library.