{ "$schema": "./node_modules/@angular/cli/lib/config/schema.json", "version": 1, "newProjectRoot": "projects", "projects": { "MapAlliance": { "projectType": "application", "schematics": { "@schematics/angular:component": { "style": "scss" } }, "root": "", "sourceRoot": "src", "prefix": "app", "architect": { "build": { "builder": "@angular-devkit/build-angular:browser", "options": { "outputPath": "dist/MapAlliance", "index": "src/index.html", "main": "src/main.ts", "polyfills": "src/polyfills.ts", "tsConfig": "tsconfig.app.json", "aot": false, "assets": [ "src/assets", "src/manifest.webmanifest" ], "styles": [ "./node_modules/bootstrap-scss/bootstrap.scss", "./node_modules/leaflet/dist/leaflet.css", "src/material-theme.scss", "src/styles.scss" ], "scripts": [ "./node_modules/leaflet/dist/leaflet.js", "./node_modules/leaflet-polylinedecorator/dist/leaflet.polylineDecorator.js", "./node_modules/leaflet-openweathermap/leaflet-openweathermap.js", "./node_modules/leaflet-rotatedmarker/leaflet.rotatedMarker.js", "./node_modules/leaflet-bing-layer/leaflet-bing-layer.js", "./node_modules/esri-leaflet/dist/esri-leaflet.js", "./src/assets/js/leaflet.Editable.js", "./node_modules/jquery/dist/jquery.js" ] }, "configurations": { "production": { "fileReplacements": [ { "replace": "src/environments/environment.ts", "with": "src/environments/environment.prod.ts" } ], "optimization": true, "outputHashing": "all", "sourceMap": false, "extractCss": true, "namedChunks": false, "aot": true, "extractLicenses": true, "vendorChunk": false, "buildOptimizer": true, "budgets": [ { "type": "initial", "maximumWarning": "2mb", "maximumError": "5mb" } ], "serviceWorker": true, "ngswConfigPath": "ngsw-config.json" } } }, "serve": { "builder": "@angular-devkit/build-angular:dev-server", "options": { "browserTarget": "MapAlliance:build" }, "configurations": { "production": { "browserTarget": "MapAlliance:build:production" } } }, "extract-i18n": { "builder": "@angular-devkit/build-angular:extract-i18n", "options": { "browserTarget": "MapAlliance:build" } } } } }, "defaultProject": "MapAlliance" }