-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
clients(viewer): convert to ES modules #12878
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good!
I think the plugin dep should fix our failing tests and vercel deployment, but I'll do a another pass when they're back up :)
@@ -0,0 +1,19 @@ | |||
/** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
getting rid of one temporary file for another :)
viewer: _LighthouseReportViewer; | ||
ga: UniversalAnalytics.ga; | ||
|
||
// Inserted by viewer gulpfile build. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lol gulp
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉
ref #12689
lighthouse-viewer/app/src
to esmreport/clients/viewer.js
rollup: true
option toGithubPagesApp
I had wanted to start with treemap (last in first out), but treemap uses a few things from viewer which made that not simple (until after this PR).