Chrome: Add local JavaScript SourceMap possible? Chrome: Add local JavaScript SourceMap possible? javascript javascript

Chrome: Add local JavaScript SourceMap possible?


You cannot point to file containing the map. You can however host your map locally and then point to localhost address. In the javascript source file there also must not be

//# sourceMappingURL=...

comment presented since than Chrome DevTools won't load the sourcemap if it is different than specified in the URL.