Running ng build --prod
command after update angularcli to version 8 does not generate index.html inside dist folder.
The problem is solved, In angular 8 while I get an error of maximum budget exceeds it builds the dist folder but without index file, while I increase my budget like below:
"budgets": [
{
"type": "initial",
"maximumWarning": "2mb",
"maximumError": "10mb"
}
It works.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With