Skip to content

Commit

Permalink
revert again
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixTJDietrich committed Aug 13, 2024
1 parent 335e8dc commit e8223e2
Show file tree
Hide file tree
Showing 6 changed files with 113 additions and 801 deletions.
26 changes: 7 additions & 19 deletions webapp/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"prefix": "app",
"architect": {
"build": {
"builder": "@ngx-env/builder:application",
"builder": "@angular-devkit/build-angular:application",
"options": {
"outputPath": "dist/webapp",
"index": "src/index.html",
Expand All @@ -56,11 +56,7 @@
"styles": [
"src/styles.css"
],
"scripts": [],
"ngxEnv": {
"prefix": "NG_",
"root": "../../"
}
"scripts": []
},
"configurations": {
"production": {
Expand All @@ -76,13 +72,7 @@
"maximumError": "4kB"
}
],
"outputHashing": "all",
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.production.ts"
}
]
"outputHashing": "all"
},
"development": {
"optimization": false,
Expand All @@ -93,7 +83,7 @@
"defaultConfiguration": "production"
},
"serve": {
"builder": "@ngx-env/builder:dev-server",
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"buildTarget": "webapp:build:production"
Expand All @@ -105,10 +95,10 @@
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@ngx-env/builder:extract-i18n"
"builder": "@angular-devkit/build-angular:extract-i18n"
},
"test": {
"builder": "@ngx-env/builder:karma",
"builder": "@angular-devkit/build-angular:karma",
"options": {
"polyfills": [
"zone.js",
Expand All @@ -133,9 +123,7 @@
"options": {
"configDir": ".storybook",
"browserTarget": "webapp:build",
"styles": [
"src/styles.css"
],
"styles": ["src/styles.css"],
"compodoc": false,
"port": 6006
}
Expand Down
Loading

0 comments on commit e8223e2

Please sign in to comment.