Skip to content

Commit

Permalink
Merge branch 'feature/upgrade-demo-to-ng10' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
RaschidJFR committed Aug 8, 2021
2 parents 461e9d2 + 2d1d1a3 commit fbf4963
Show file tree
Hide file tree
Showing 14 changed files with 9,780 additions and 8,584 deletions.
File renamed without changes.
34 changes: 27 additions & 7 deletions demo/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"vendorSourceMap": true,
"preserveSymlinks": true,
"outputPath": "www",
"index": "src/index.html",
Expand All @@ -35,13 +34,25 @@
],
"styles": [
{
"input": "src/theme/variables.scss"
"input": "src/theme/variables.scss",
"inject": true
},
{
"input": "src/global.scss"
"input": "src/global.scss",
"inject": true
}
],
"scripts": []
"scripts": [],
"sourceMap": {
"styles": true,
"scripts": true,
"vendor": true
},
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,
"optimization": false,
"namedChunks": true
},
"configurations": {
"production": {
Expand All @@ -54,9 +65,7 @@
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
Expand All @@ -65,13 +74,24 @@
"type": "initial",
"maximumWarning": "2mb",
"maximumError": "5mb"
},
{
"type": "anyComponentStyle",
"maximumWarning": "6kb"
}
]
},
"ci": {
"budgets": [
{
"type": "anyComponentStyle",
"maximumWarning": "6kb"
}
],
"progress": false
}
}
},
"defaultConfiguration": ""
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
Expand Down
Loading

0 comments on commit fbf4963

Please sign in to comment.