In according to Google Page Speed - Minify Resources, i want minify the html of index.html
for the build.
I can minify index.html
manually before upload it on the live server, but the best way is minify on fly on the build, eg.:
ng build --prod && minify dist/index.html
Anyone know a solution for make it?