feat(angular): build for angular 12.0 (#23970)

This commit is contained in:
Mike Hartington
2021-10-15 16:54:59 -04:00
committed by GitHub
parent e3996cfbd5
commit 3451a34ad0
67 changed files with 55358 additions and 29616 deletions

View File

@@ -33,7 +33,9 @@
"output": "./svg"
}
],
"styles": ["src/styles.css"],
"styles": [
"src/styles.css"
],
"scripts": []
},
"configurations": {
@@ -47,7 +49,6 @@
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"aot": true,
"progress": false,
@@ -86,10 +87,12 @@
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"builder": "@angular-eslint/builder:lint",
"options": {
"tsConfig": ["tsconfig.app.json", "tsconfig.spec.json"],
"exclude": ["**/node_modules/**"]
"lintFilePatterns": [
"src/**/*.ts",
"src/**/*.html"
]
}
},
"server": {
@@ -137,5 +140,8 @@
}
}
},
"defaultProject": "test-app"
"defaultProject": "test-app",
"cli": {
"defaultCollection": "@angular-eslint/schematics"
}
}