Update web page title #310
Conversation
update: update web page title. Use `project name` + `build time` instead of 'Webpack Bundle Analyzer'.
Nice idea! Could you split this to two pull requests — I'm not sure about favicon as the output is no longer one HTML file after this, but also contains the favicon. I like the idea of changing the title, though |
It might be possible to inject the favicon as a base64 encoded data URI, so that the output would still consist of only one HTML file. |
Co-Authored-By: Yuriy Grunin <grunin.ya@ya.ru>
update datetime format to : 12/Sep 14:40.
Let's better use webpack's icon. I've already optimized it. base64:
|
use webpack icon as favicon. update datetime format to : 12 Sep 2019 at 14:40. withdraw mocha version change.
For now, this PR is quite simple & clear. Just add base64 icon and update title. |
Great, thanks! Let me double-check that it works like expected and I'll merge it. |
Thanks, glad to help. |
Published in |
What I did
1. add
add favicon.ico for web page.
2. update
update web page title.
Use
project name
+build time
instead ofWebpack Bundle Analyzer
.Why & What scene
Before:
I would leave some 'Webpack Bundle Analyzer' tabs there, to see the difference between them.
But I often mix them up, coz same title.
After:
I use
project name
+build time
as title that can help me to distinguish them.In one word:
1. Icon represents this is a Webpack Bundle Analyzer page
2. Title represents which project it belongs to and the building time
PS: Feel free to change a new icon you like.