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
I would also like to be able to do this. The reason I have is that my source files are held in the main project 'Site/Scripts' and the files are generated into wwwroot/scripts/js path. The sourceMappingURL is correct as it looks like this at the bottom of the js file
This then causes problems when I'm debugging as the source files don't exist. I would like the map sources to be pointing to the js files in the wwwroot/scripts/js folder.
Is there any way of modifying the URL of included JS file path as 'sources' key of source map object in in map files?
The text was updated successfully, but these errors were encountered: