Skip to content

Commit

Permalink
Merge pull request #25 from rengert/updates
Browse files Browse the repository at this point in the history
Updates
  • Loading branch information
rengert authored Dec 26, 2023
2 parents d7be099 + 9a0e23e commit 159ed80
Show file tree
Hide file tree
Showing 6 changed files with 4,288 additions and 3,731 deletions.
16 changes: 8 additions & 8 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,14 @@
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"builder": "@angular-devkit/build-angular:application",
"options": {
"outputPath": "dist/solar-striker",
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"browser": "src/main.ts",
"polyfills": [
"src/polyfills.ts"
],
"tsConfig": "tsconfig.app.json",
"inlineStyleLanguage": "scss",
"assets": [
Expand Down Expand Up @@ -65,9 +67,7 @@
"outputHashing": "all"
},
"development": {
"buildOptimizer": false,
"optimization": false,
"vendorChunk": true,
"extractLicenses": false,
"sourceMap": true,
"namedChunks": true
Expand All @@ -79,18 +79,18 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "solar-striker:build:production"
"buildTarget": "solar-striker:build:production"
},
"development": {
"browserTarget": "solar-striker:build:development"
"buildTarget": "solar-striker:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "solar-striker:build"
"buildTarget": "solar-striker:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit 159ed80

Please sign in to comment.