We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Doing some digging and found this:
https://github.com/GoogleChrome/lighthouse/blob/master/lighthouse-core/index.js#L32
and later this
https://github.com/GoogleChrome/lighthouse/blob/master/lighthouse-core/gather/gather-runner.js#L323
Can we move the check to lighthouse-core/index instead?
lighthouse-core/index
The text was updated successfully, but these errors were encountered:
the comment in index points out the relationship there... /index isn't used by the chrome extension or devtools build.
but perhaps it'd be fine to nuke the check in /index and keep the gather-runner one.
/index
Sorry, something went wrong.
Gotcha, want me to send a PR?
No branches or pull requests
Doing some digging and found this:
https://github.com/GoogleChrome/lighthouse/blob/master/lighthouse-core/index.js#L32
and later this
https://github.com/GoogleChrome/lighthouse/blob/master/lighthouse-core/gather/gather-runner.js#L323
Can we move the check to
lighthouse-core/index
instead?The text was updated successfully, but these errors were encountered: