Unverified Commit 3f3d5437 authored by Simon Esposito's avatar Simon Esposito Committed by GitHub
Browse files

Update console configuration tooltip links (#1098)

Upgrade Angular dependencies.
parent b6ecd095
Loading
Loading
Loading
Loading
+13 −2
Original line number Diff line number Diff line
@@ -47,9 +47,17 @@
            "namedChunks": true
          },
          "configurations": {
            "local": {
              "buildOptimizer": false,
              "optimization": false,
              "vendorChunk": true,
              "extractLicenses": false,
              "sourceMap": true,
              "namedChunks": true
            },
            "production": {
              "outputPath": "dist/prod",
              "deployUrl": "static/",
              "baseHref": "/",
              "fileReplacements": [
                {
                  "replace": "src/environments/environment.ts",
@@ -78,7 +86,7 @@
            },
            "production-nt": {
              "outputPath": "dist/prod-nt",
              "deployUrl": "static/",
              "baseHref": "/",
              "fileReplacements": [
                {
                  "replace": "src/environments/environment.ts",
@@ -114,6 +122,9 @@
            "browserTarget": "ui:build"
          },
          "configurations": {
            "local": {
              "browserTarget": "ui:build:local"
            },
            "production": {
              "browserTarget": "ui:build:production"
            }
+3 −3

File changed.

Preview size limit exceeded, changes collapsed.

+24 −15

File changed.

Preview size limit exceeded, changes collapsed.

+1 −0

File added.

Preview size limit exceeded, changes collapsed.

+0 −1

File deleted.

Preview size limit exceeded, changes collapsed.

Loading