Skip to content

Commit

Permalink
chore(client): Update to angular.json generated by Angular 18 CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
mugifly committed Jun 6, 2024
1 parent 7bd7ed5 commit 79bdfd8
Showing 1 changed file with 6 additions and 15 deletions.
21 changes: 6 additions & 15 deletions client/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
"schematics": {
"@schematics/angular:component": {
"style": "scss"
},
"@schematics/angular:application": {
"strict": true
}
},
"root": "",
Expand All @@ -24,7 +21,8 @@
"base": "dist"
},
"index": "src/index.html",
"polyfills": ["src/polyfills.ts"],
"browser": "src/main.ts",
"polyfills": ["zone.js"],
"tsConfig": "tsconfig.app.json",
"inlineStyleLanguage": "scss",
"assets": [
Expand All @@ -34,8 +32,7 @@
}
],
"styles": ["src/styles.scss"],
"scripts": [],
"browser": "src/main.ts"
"scripts": []
},
"configurations": {
"production": {
Expand All @@ -62,8 +59,7 @@
"development": {
"optimization": false,
"extractLicenses": false,
"sourceMap": true,
"namedChunks": true
"sourceMap": true
}
},
"defaultConfiguration": "production"
Expand All @@ -81,18 +77,13 @@
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"buildTarget": "client:build"
}
"builder": "@angular-devkit/build-angular:extract-i18n"
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
"main": "src/test.ts",
"polyfills": "src/polyfills.ts",
"polyfills": ["zone.js", "zone.js/testing"],
"tsConfig": "tsconfig.spec.json",
"karmaConfig": "karma.conf.js",
"inlineStyleLanguage": "scss",
"assets": [
{
Expand Down

0 comments on commit 79bdfd8

Please sign in to comment.