mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 12:53:03 -05:00
feat: upgrade project to v17
This commit is contained in:
@@ -6,13 +6,13 @@
|
||||
"prefix": "app",
|
||||
"targets": {
|
||||
"build": {
|
||||
"executor": "@angular-devkit/build-angular:browser",
|
||||
"executor": "@angular-devkit/build-angular:application",
|
||||
"outputs": ["{options.outputPath}"],
|
||||
"options": {
|
||||
"outputPath": "dist/apps/angular/projection",
|
||||
"index": "apps/angular/projection/src/index.html",
|
||||
"main": "apps/angular/projection/src/main.ts",
|
||||
"polyfills": "apps/angular/projection/src/polyfills.ts",
|
||||
"browser": "apps/angular/projection/src/main.ts",
|
||||
"polyfills": ["apps/angular/projection/src/polyfills.ts"],
|
||||
"tsConfig": "apps/angular/projection/tsconfig.app.json",
|
||||
"inlineStyleLanguage": "scss",
|
||||
"assets": [
|
||||
@@ -40,9 +40,7 @@
|
||||
"outputHashing": "all"
|
||||
},
|
||||
"development": {
|
||||
"buildOptimizer": false,
|
||||
"optimization": false,
|
||||
"vendorChunk": true,
|
||||
"extractLicenses": false,
|
||||
"sourceMap": true,
|
||||
"namedChunks": true
|
||||
@@ -54,10 +52,10 @@
|
||||
"executor": "@angular-devkit/build-angular:dev-server",
|
||||
"configurations": {
|
||||
"production": {
|
||||
"browserTarget": "angular-projection:build:production"
|
||||
"buildTarget": "angular-projection:build:production"
|
||||
},
|
||||
"development": {
|
||||
"browserTarget": "angular-projection:build:development"
|
||||
"buildTarget": "angular-projection:build:development"
|
||||
}
|
||||
},
|
||||
"defaultConfiguration": "development"
|
||||
@@ -65,7 +63,7 @@
|
||||
"extract-i18n": {
|
||||
"executor": "@angular-devkit/build-angular:extract-i18n",
|
||||
"options": {
|
||||
"browserTarget": "angular-projection:build"
|
||||
"buildTarget": "angular-projection:build"
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
@@ -81,8 +79,7 @@
|
||||
"executor": "@nx/jest:jest",
|
||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||
"options": {
|
||||
"jestConfig": "apps/angular/projection/jest.config.ts",
|
||||
"passWithNoTests": true
|
||||
"jestConfig": "apps/angular/projection/jest.config.ts"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user