Project

General

Profile

« Previous | Next » 

Revision 58885

[Admin | Trunk]: Add properties on enviroment

View differences:

angular.json
51 51
                  "with": "src/environments/environment.prod.ts"
52 52
                }
53 53
              ]
54
            },
55
            "beta": {
56
              "optimization": true,
57
              "outputHashing": "all",
58
              "sourceMap": false,
59
              "extractCss": true,
60
              "namedChunks": false,
61
              "aot": true,
62
              "extractLicenses": true,
63
              "vendorChunk": false,
64
              "buildOptimizer": true,
65
              "fileReplacements": [
66
                {
67
                  "replace": "src/environments/environment.ts",
68
                  "with": "src/environments/environment.beta.ts"
69
                }
70
              ]
54 71
            }
55 72
          }
56 73
        },
......
62 79
          "configurations": {
63 80
            "production": {
64 81
              "browserTarget": "admin-portal:build:production"
82
            },
83
            "beta": {
84
              "browserTarget": "admin-portal:build:beta"
65 85
            }
66 86
          }
67 87
        },

Also available in: Unified diff