Skip to content

Commit

Permalink
Merge pull request #73 from Dangl-IT/feature/FE-#72-Update-Angular
Browse files Browse the repository at this point in the history
Feature/fe #72 update angular
  • Loading branch information
GeorgDangl authored Oct 16, 2024
2 parents 9e62cdf + 56fdfeb commit 6573361
Show file tree
Hide file tree
Showing 51 changed files with 10,965 additions and 11,469 deletions.
18 changes: 11 additions & 7 deletions src/client/dangl-opencde-client-ui/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,15 @@
"prefix": "opencde-client",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"builder": "@angular-devkit/build-angular:application",
"options": {
"outputPath": "dist/dangl-opencde-client-ui",
"outputPath": {
"base": "dist/dangl-opencde-client-ui"
},
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"polyfills": [
"src/polyfills.ts"
],
"tsConfig": "tsconfig.app.json",
"inlineStyleLanguage": "scss",
"assets": ["src/favicon.ico", "src/assets"],
Expand All @@ -32,7 +35,10 @@
"stylePreprocessorOptions": {
"includePaths": ["./node_modules", "src/assets/styles"]
},
"allowedCommonJsDependencies": ["file-saver"]
"allowedCommonJsDependencies": [
"file-saver"
],
"browser": "src/main.ts"
},
"configurations": {
"production": {
Expand All @@ -57,9 +63,7 @@
"outputHashing": "all"
},
"development": {
"buildOptimizer": false,
"optimization": false,
"vendorChunk": true,
"extractLicenses": false,
"sourceMap": true,
"namedChunks": true
Expand Down
Loading

0 comments on commit 6573361

Please sign in to comment.