Skip to content

Commit

Permalink
Updated cli/build
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Jan 25, 2021
1 parent 7846cb2 commit 945ed83
Show file tree
Hide file tree
Showing 7 changed files with 1,985 additions and 1,410 deletions.
14 changes: 10 additions & 4 deletions ui/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,13 @@
"styles": [
"src/styles.scss"
],
"scripts": []
"scripts": [],
"aot": true
},
"configurations": {
"production": {
"optimization": true,
"outputHashing": "bundles",
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
Expand All @@ -48,6 +47,12 @@
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.prod.ts"
}
],
"budgets": [
{
"type": "anyComponentStyle",
"maximumWarning": "6kb"
}
]
}
}
Expand Down Expand Up @@ -117,7 +122,8 @@
"schematics": {
"@schematics/angular:component": {
"prefix": "app",
"styleext": "scss"
"styleext": "scss",
"style": "scss"
},
"@schematics/angular:directive": {
"prefix": "app"
Expand Down
11 changes: 0 additions & 11 deletions ui/browserslist

This file was deleted.

Loading

0 comments on commit 945ed83

Please sign in to comment.