Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support analyzing all source maps for a given URL #59

Open
connorjclark opened this issue Jul 6, 2020 · 0 comments
Open

Support analyzing all source maps for a given URL #59

connorjclark opened this issue Jul 6, 2020 · 0 comments

Comments

@connorjclark
Copy link

It'd be very convenient if this tool could take a URL to a webpage and give source map results for every resource found on it.

There's a couple ways to do it:

  • headless chrome + puppeteer: grab all the scripts loaded on the page, fetch the code, look for source map url
  • use Lighthouse with -G and load .SourceMaps from the artifacts written to disk. This is also using headless chrome, but Lighthouse does all the heavy lifting for you.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant