Project

General

Profile

« Previous | Next » 

Revision 61347

upgrade to angular 12

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": {
......
79 86
                }
80 87
              ]
81 88
            }
82
          }
89
          },
90
          "defaultConfiguration": ""
83 91
        },
84 92
        "serve": {
85 93
          "builder": "@angular-devkit/build-angular:dev-server",

Also available in: Unified diff