hoppscotch-extension icon indicating copy to clipboard operation
hoppscotch-extension copied to clipboard

chore: make sourcemaps web accessible

Open amk-dev opened this issue 2 years ago • 1 comments

closes #154

context: by default we were generating sourcemaps for our extension. and whenever the devtools try to access it directly from the webpage context. it will get blocked unless we add these sourcemaps to our web accessible resources. (see https://developer.chrome.com/docs/extensions/mv3/manifest/web_accessible_resources/#navigability-of-resources)

amk-dev avatar Aug 15 '22 11:08 amk-dev

This pull request introduces 1 alert when merging 541ab217a04fafdf265fee9285c4d016e5d76d0a into 51234d2127f47cb6e0affbc41824f3c499485da7 - view on LGTM.com

new alerts:

  • 1 for Unused variable, import, function or class

lgtm-com[bot] avatar Aug 15 '22 11:08 lgtm-com[bot]