_hyperscript icon indicating copy to clipboard operation
_hyperscript copied to clipboard

Hyperscript unpkg sourceMappingURL 403

Open bennettscience opened this issue 3 years ago • 0 comments

I just noticed that the source map URL in the unpkg distribution has an invalid sourceMappingURL error in the console:

DevTools failed to load source map: Could not load content for https://unpkg.com/_hyperscript_web.min.js.map: HTTP error: status code 403, net::ERR_HTTP_RESPONSE_CODE_FAILURE

The correct address is

https://unpkg.com/[email protected]/dist/_hyperscript_web.min.js.map

bennettscience avatar Mar 03 '22 19:03 bennettscience