Project

General

Profile

« Previous | Next » 

Revision 61415

Added by John Balasis almost 3 years ago

upgraded Angular version to v9-lts

View differences:

angular.json
13 13
        "build": {
14 14
          "builder": "@angular-devkit/build-angular:browser",
15 15
          "options": {
16
            "aot": true,
16 17
            "outputPath": "dist/uoa-repository-manager-ui",
17 18
            "index": "src/index.html",
18 19
            "main": "src/main.ts",
......
37 38
          },
38 39
          "configurations": {
39 40
            "production": {
41
              "budgets": [
42
                {
43
                  "type": "anyComponentStyle",
44
                  "maximumWarning": "6kb"
45
                }
46
              ],
40 47
              "fileReplacements": [
41 48
                {
42 49
                  "replace": "src/environments/environment.ts",
......
54 61
              "buildOptimizer": true
55 62
            },
56 63
            "beta": {
64
              "budgets": [
65
                {
66
                  "type": "anyComponentStyle",
67
                  "maximumWarning": "6kb"
68
                }
69
              ],
57 70
              "fileReplacements": [
58 71
                {
59 72
                  "replace": "src/environments/environment.ts",

Also available in: Unified diff