Merge remote-tracking branch 'upstream/master' into build/angular-10-upgrade

* upstream/master: (131 commits)
  5.9.15
  fix: prevent adding tags via short syntax for child tasks #568
  fix: app not closing on windows for some people #567
  fix: make tests work again
  fix: special case #568
  fix: throw error for inconsistent sub task data #568
  feat: write auto repair for wrongly unarchived archived sub tasks #568
  feat: write auto repair for wrongly archived sub tasks
  5.9.14
  fix: about for mas...
  fix: text overlap
  Improve portuguese translation
  build: fix syntax error in mac deploy script
  build: fix syntax error in mac deploy script
  build: fix mac deploy script 2
  build: fix mac deploy script
  5.9.13
  build: remove productName again for mas
  5.9.12
  build: add correct author name
  ...
This commit is contained in:
Dominik Broj 2020-10-10 17:21:27 +02:00
commit 2199eb2c12
79 changed files with 2744 additions and 451 deletions

View file

@ -66,7 +66,7 @@
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
"serviceWorker": true
"serviceWorker": false
},
"productionWeb": {
"baseHref": "",
@ -94,6 +94,30 @@
"serviceWorker": true
},
"stage": {
"budgets": [
{
"type": "anyComponentStyle",
"maximumWarning": "6kb"
}
],
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.prod.ts"
}
],
"optimization": true,
"outputHashing": "all",
"sourceMap": true,
"extractCss": true,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
"serviceWorker": false
},
"stageWeb": {
"budgets": [
{
"type": "anyComponentStyle",