• Resolved thomasprice61

    (@thomasprice61)


    Hi Jesús,
    Nice block thank you.
    Just a small issue, when using your block in Chrome Devtools, I get the following notice:
    DevTools failed to load SourceMap: Could not load content for
    https://audax.org.au/www/wp-content/plugins/map-block-leaflet/lib/leaflet.js.map:
    HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

    This is easily resolved by amending the last line in leaflet.js.map:
    FROM: //# sourceMappingURL=leaflet.js.map
    TO: // sourceMappingURL=leaflet.js.map

    Note, this issue is not impacting your solution, just tidying up debug code.

    regards
    Thomas

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Small SourceMap issue, when used in Chrome Devtools’ is closed to new replies.