You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
application/json is the best mimetype for sourcemap files.
application/octet-stream might work well with browser devtools, however this mimetype is a signal to browsers to initiate a download. This may cause problems for tools like performance analysis tooling or JS exception tracking that attempt to make sense of the source maps.
For some reason
lookup("map")
returns 'application/json' instead of false. Shouldn't it return false since there is no extension?The text was updated successfully, but these errors were encountered: