]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/angular.json
import quincy beta 17.1.0
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / angular.json
index 5b1ec7ebdcd67c13a19ee22382c0501877ec0323..b49c00b8cb791de6448de9ab9e5112e1198bd927 100644 (file)
           "builder": "@angular-devkit/build-angular:browser",
           "options": {
             "allowedCommonJsDependencies": [
+              "brace-expansion",
               "chart.js",
               "core-js",
               "file-saver",
               "lodash"
             ],
-            "aot": true,
             "i18nMissingTranslation": "ignore",
             "outputPath": "dist",
             "index": "src/index.html",
@@ -56,6 +56,7 @@
               }
             ],
             "styles": [
+              "node_modules/swagger-ui/dist/swagger-ui.css",
               "node_modules/ngx-toastr/toastr.css",
               "src/styles.scss"
             ],
               "includePaths": [
                 "src"
               ]
-            }
+            },
+            "vendorChunk": true,
+            "extractLicenses": false,
+            "buildOptimizer": false,
+            "sourceMap": true,
+            "optimization": false,
+            "namedChunks": true
           },
           "configurations": {
             "production": {
@@ -77,7 +84,6 @@
               "optimization": true,
               "outputHashing": "all",
               "sourceMap": false,
-              "extractCss": true,
               "namedChunks": false,
               "extractLicenses": true,
               "vendorChunk": false,
             "zh-Hant": {
               "localize": ["zh-Hant"]
             }
-          }
+          },
+          "defaultConfiguration": ""
         },
         "serve": {
           "builder": "@angular-devkit/build-angular:dev-server",