update to angular 12

This commit is contained in:
Matt Hill
2021-08-10 18:53:39 -06:00
committed by Aiden McClelland
parent 58678522ff
commit 1fe9c6ffdf
19 changed files with 12735 additions and 10234 deletions

View File

@@ -14,6 +14,7 @@
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"allowedCommonJsDependencies": ["json-pointer"],
"outputPath": "www",
"index": "src/index.html",
"main": "src/main.ts",
@@ -29,21 +30,16 @@
"glob": "**/*.svg",
"input": "node_modules/ionicons/dist/ionicons/svg",
"output": "./svg"
},
{
"glob": "**/*.svg",
"input": "src/assets/icon",
"output": "./svg"
}
],
"styles": [
{
"input": "src/theme/variables.scss"
},
{
"input": "src/global.scss"
}
],
"styles": ["src/theme/variables.scss", "src/global.scss"],
"aot": false,
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,
"sourceMap": true,
"optimization": false,
"namedChunks": true,
"scripts": []
},
"configurations": {
@@ -96,13 +92,11 @@
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"builder": "@angular-eslint/builder:lint",
"options": {
"tsConfig": [
"tsconfig.json"
],
"exclude": [
"**/node_modules/**"
"lintFilePatterns": [
"src/**/*.ts",
"src/**/*.html"
]
}
},
@@ -145,4 +139,4 @@
"styleext": "scss"
}
}
}
}