jspm / generator

JSPM Import Map Generator
Apache License 2.0
166 stars 21 forks source link

In-browser deno generation fails for missing CORS headers #138

Closed guybedford closed 2 years ago

guybedford commented 2 years ago

deno.land doesn't have CORS headers on not found pages resulting in in-browser generation failure.

We should mitigate this error as best as possible - either via a deno.land exception or CORS error exception.

guybedford commented 2 years ago

Added in https://github.com/jspm/generator/pull/141.