Project

General

Profile

« Previous | Next » 

Revision 60122

Created different configuration env file for beta

View differences:

angular.json
56 56
                  "maximumError": "5mb"
57 57
                }
58 58
              ]
59
            },
60
            "beta": {
61
              "fileReplacements": [
62
                {
63
                  "replace": "src/environments/environment.ts",
64
                  "with": "src/environments/environment.beta.ts"
65
                }
66
              ],
67
              "optimization": true,
68
              "outputHashing": "all",
69
              "sourceMap": false,
70
              "extractCss": true,
71
              "namedChunks": false,
72
              "aot": true,
73
              "extractLicenses": true,
74
              "vendorChunk": false,
75
              "buildOptimizer": true,
76
              "budgets": [
77
                {
78
                  "type": "initial",
79
                  "maximumWarning": "2mb",
80
                  "maximumError": "5mb"
81
                }
82
              ]
59 83
            }
60 84
          }
61 85
        },

Also available in: Unified diff