Project

General

Profile

« Previous | Next » 

Revision 61353

Merging angular-upgrade branch

View differences:

angular.json
30 30
              "node_modules/jquery/dist/jquery.min.js",
31 31
              "node_modules/uikit/dist/js/uikit.min.js",
32 32
              "node_modules/uikit/dist/js/uikit-icons.min.js"
33
            ]
33
            ],
34
            "aot": false,
35
            "vendorChunk": true,
36
            "extractLicenses": false,
37
            "buildOptimizer": false,
38
            "sourceMap": true,
39
            "optimization": false,
40
            "namedChunks": true
34 41
          },
35 42
          "configurations": {
36 43
            "production": {
......
43 50
              "optimization": true,
44 51
              "outputHashing": "all",
45 52
              "sourceMap": false,
46
              "extractCss": true,
47 53
              "namedChunks": false,
48 54
              "aot": true,
49 55
              "extractLicenses": true,
......
67 73
              "optimization": true,
68 74
              "outputHashing": "all",
69 75
              "sourceMap": false,
70
              "extractCss": true,
71 76
              "namedChunks": false,
72 77
              "aot": true,
73 78
              "extractLicenses": true,
......
81 86
                }
82 87
              ]
83 88
            }
84
          }
89
          },
90
          "defaultConfiguration": ""
85 91
        },
86 92
        "serve": {
87 93
          "builder": "@angular-devkit/build-angular:dev-server",

Also available in: Unified diff