Skip to content

Commit

Permalink
Pull request #128: frontend fix
Browse files Browse the repository at this point in the history
Merge in RIHA/riha-browser from RIHAKB-1061 to develop

* commit 'e80f055cb64ecb75f836aba2ea738067c7377580':
  Changed angular.json configuration to avoid use "unsafe-inline"
  • Loading branch information
KristjanKruusRIA committed Nov 19, 2021
2 parents 54c9f38 + e80f055 commit 46bff16
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions frontend/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,16 @@
"maximumWarning": "6kb"
}
],
"optimization": true,
"optimization": {
"scripts": true,
"styles": {
"minify": true,
"inlineCritical": false
},
"fonts": false
},
"outputHashing": "all",
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
Expand Down

0 comments on commit 46bff16

Please sign in to comment.