Hi, Currently `build/service-worker-prod.js` is inlined into HTML file without any minification. This results in `index.html` to be `4.07 KB` in size. If we minify the file with `uglify-es` plugin before inlining, the resulting `index.html` is only `2.42 KB` in size. I have used this in my [hnpwa-vue](https://github.com/anubhav7495/hnpwa-vue) app to get a much lower TTI. I would love to open a pull request to add something like that to the template.