rtsao / css-to-js-sourcemap

Generates CSS w/ sourcemaps to lines in JS at runtime
MIT License
8 stars 4 forks source link

Gracefully handle if sourcemaps are unavailable #19

Closed rtsao closed 5 years ago

rtsao commented 6 years ago

Source map url comments may be present in code but not always be accessible to fetch. If the request for the sourcemap 404s, it should fallback to an identity mapper.