mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
Merge remote-tracking branch 'upstream/master' into build/angular-10-upgrade
* upstream/master: (83 commits) docs: update contributing stuff docs: update contributing stuff feat: make AppDataForProjects non optional 5.9.0 fix: lint feat(autoRepair): make stray backup stuff translateable feat(autoRepair): re-enable stray backup check feat(autoRepair): add a little bit of logging feat(autoRepair): make restoring orphaned tasks work feat(autoRepair): make restore from archive work feat(autoRepair): make _removeMissingIdsFromLists work feat(autoRepair): make _removeDuplicatesFromArchive work feat(autoRepair): make fix duplicate tasks work refactor(autoRepair): make dataRepair non async test(autoRepair): prepare more tests test(autoRepair): make app data mock available test(autoRepair): outline tests feat(autoRepair): trigger for data import and data init if data is broken fix: another read-only error #538 test: make new error cases work ...
This commit is contained in:
commit
5f3870537a
78 changed files with 1976 additions and 151 deletions
49
angular.json
49
angular.json
|
|
@ -67,6 +67,55 @@
|
|||
"vendorChunk": false,
|
||||
"buildOptimizer": true,
|
||||
"serviceWorker": true
|
||||
},
|
||||
"productionWeb": {
|
||||
"baseHref": "",
|
||||
"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": 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": true
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue