'Angular12 Build Fails - Index html generation failed
Trying to get an app to build using Angular 12.1.2. I get the following error:
Index html generation failed. undefined:1:204591: property missing ':'
I believe this is a known issue here - https://github.com/angular/angular-cli/issues/20760
I've updated my angular.json file's per their suggestion as best as I understand it but I am still getting the error.
"development": {
"buildOptimizer": true,
"optimization": {
"scripts": true,
"styles": {
"minify": true,
"inlineCritical": false
},
"fonts": true
},
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
