-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
feat(gatsby): invite people with long develop bundling times to try the lazy dev js bundling feature #28116
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.
Few suggestions 👍
Co-authored-by: Dustin Schau <DSchau@users.noreply.github.com>
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 to me. Thank you!
@@ -26,7 +26,7 @@ export function showExperimentNoticeAfterTimeout( | |||
} | |||
|
|||
const noticeTimeout = setTimeout(() => { | |||
reporter.info(noticeText) | |||
reporter.info(`\n\n${noticeText}\n\n`) |
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.
@pieh a little spacing around the messages makes them stand out better. Without it they seemed lost in the logs
It checks if the develop activity is over 20 seconds and then shows a message in the console.