Do you want to work on this issue?
You can request for a bounty in order to promote it!
Display a compiling indicator in browser #442
egoist posted onGitHub
<!-- Please don't delete this template or we'll close your issue -->
<!-- Before creating an issue please make sure you are using the latest version of Saber. -->
Feature request
<!-- Please ask questions via following several ways. -->
<!-- https://chat.saber.land/ -->
<!-- https://stackoverflow.com/questions/ask?tags=saberjs -->
What problem does this feature solve?
Rebuilding can be slow, it's frustrating when you edit something but the page doesn't update right away, we can provide a better experience by adding an indicator to show the build progress.
In Next.js:
In Nuxt.js:
What does the proposed API look like?
This should be on by default, but you should be able to turn it off by build: { browserIndicator: false }
or CLI flag --no-browser-indicator
How should this be implemented in your opinion?
Hook into webpack compiler and send progress info to browser via webpack-hot-middleware.