-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
118 additions
and
119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,127 +1,126 @@ | ||
{ | ||
"$schema": "./node_modules/@angular/cli/lib/config/schema.json", | ||
"version": 1, | ||
"newProjectRoot": "projects", | ||
"projects": { | ||
"komikaan": { | ||
"projectType": "application", | ||
"schematics": { | ||
"@schematics/angular:component": { | ||
"style": "scss" | ||
} | ||
}, | ||
"root": "", | ||
"sourceRoot": "src", | ||
"prefix": "app", | ||
"architect": { | ||
"build": { | ||
"builder": "@angular-devkit/build-angular:application", | ||
"options": { | ||
"outputPath": "dist/komikaan", | ||
"index": "src/index.html", | ||
"browser": "src/main.ts", | ||
"polyfills": [ | ||
"zone.js" | ||
], | ||
"tsConfig": "tsconfig.app.json", | ||
"inlineStyleLanguage": "scss", | ||
"assets": [ | ||
"src/favicon.svg", | ||
"src/assets", | ||
{ | ||
"glob": "**/*", | ||
"input": "./node_modules/leaflet/dist/images", | ||
"output": "assets/" | ||
} | ||
], | ||
"styles": [ | ||
"src/styles.scss", | ||
"node_modules/bootstrap/scss/bootstrap.scss", | ||
"node_modules/leaflet/dist/leaflet.css", | ||
"node_modules/leaflet.markercluster/dist/MarkerCluster.css", | ||
"node_modules/leaflet.markercluster/dist/MarkerCluster.Default.css" | ||
], | ||
"scripts": [ | ||
"node_modules/bootstrap/dist/js/bootstrap.bundle.min.js"] | ||
}, | ||
"configurations": { | ||
"production": { | ||
"budgets": [ | ||
{ | ||
"type": "initial", | ||
"maximumWarning": "500kb", | ||
"maximumError": "1mb" | ||
}, | ||
{ | ||
"type": "anyComponentStyle", | ||
"maximumWarning": "2kb", | ||
"maximumError": "4kb" | ||
"$schema": "./node_modules/@angular/cli/lib/config/schema.json", | ||
"version": 1, | ||
"newProjectRoot": "projects", | ||
"projects": { | ||
"komikaan": { | ||
"projectType": "application", | ||
"schematics": { | ||
"@schematics/angular:component": { | ||
"style": "scss" | ||
} | ||
], | ||
"outputHashing": "all" | ||
}, | ||
"development": { | ||
"optimization": false, | ||
"extractLicenses": false, | ||
"sourceMap": true, | ||
"fileReplacements": [ | ||
{ | ||
"replace": "src/environments/environment.ts", | ||
"with": "src/environments/environment.development.ts" | ||
"root": "", | ||
"sourceRoot": "src", | ||
"prefix": "app", | ||
"architect": { | ||
"build": { | ||
"builder": "@angular-devkit/build-angular:application", | ||
"options": { | ||
"outputPath": "dist/komikaan", | ||
"index": "src/index.html", | ||
"browser": "src/main.ts", | ||
"polyfills": ["zone.js"], | ||
"tsConfig": "tsconfig.app.json", | ||
"inlineStyleLanguage": "scss", | ||
"assets": [ | ||
"src/favicon.svg", | ||
"src/assets", | ||
{ | ||
"glob": "**/*", | ||
"input": "./node_modules/leaflet/dist/images", | ||
"output": "assets/" | ||
} | ||
], | ||
"styles": [ | ||
"src/styles.scss", | ||
"node_modules/bootstrap/scss/bootstrap.scss", | ||
"node_modules/leaflet/dist/leaflet.css", | ||
"node_modules/leaflet.markercluster/dist/MarkerCluster.css", | ||
"node_modules/leaflet.markercluster/dist/MarkerCluster.Default.css" | ||
], | ||
"scripts": [ | ||
"node_modules/bootstrap/dist/js/bootstrap.bundle.min.js", | ||
"node_modules/leaflet.markercluster/dist/leaflet.markercluster.js" | ||
] | ||
}, | ||
"configurations": { | ||
"production": { | ||
"budgets": [ | ||
{ | ||
"type": "initial", | ||
"maximumWarning": "500kb", | ||
"maximumError": "1mb" | ||
}, | ||
{ | ||
"type": "anyComponentStyle", | ||
"maximumWarning": "2kb", | ||
"maximumError": "4kb" | ||
} | ||
], | ||
"outputHashing": "all" | ||
}, | ||
"development": { | ||
"optimization": false, | ||
"extractLicenses": false, | ||
"sourceMap": true, | ||
"fileReplacements": [ | ||
{ | ||
"replace": "src/environments/environment.ts", | ||
"with": "src/environments/environment.development.ts" | ||
} | ||
] | ||
} | ||
}, | ||
"defaultConfiguration": "production" | ||
}, | ||
"serve": { | ||
"builder": "@angular-devkit/build-angular:dev-server", | ||
"configurations": { | ||
"production": { | ||
"buildTarget": "komikaan:build:production" | ||
}, | ||
"development": { | ||
"buildTarget": "komikaan:build:development" | ||
} | ||
}, | ||
"defaultConfiguration": "development" | ||
}, | ||
"extract-i18n": { | ||
"builder": "@angular-devkit/build-angular:extract-i18n", | ||
"options": { | ||
"buildTarget": "komikaan:build" | ||
} | ||
}, | ||
"test": { | ||
"builder": "@angular-devkit/build-angular:karma", | ||
"options": { | ||
"polyfills": ["zone.js", "zone.js/testing"], | ||
"tsConfig": "tsconfig.spec.json", | ||
"inlineStyleLanguage": "scss", | ||
"assets": [ | ||
"src/favicon.svg", | ||
"src/assets", | ||
{ | ||
"glob": "**/*", | ||
"input": "./node_modules/leaflet/dist/images", | ||
"output": "assets/" | ||
} | ||
], | ||
"styles": [ | ||
"src/styles.scss", | ||
"node_modules/bootstrap/scss/bootstrap.scss", | ||
"node_modules/leaflet/dist/leaflet.css", | ||
"node_modules/leaflet.markercluster/dist/MarkerCluster.css", | ||
"node_modules/leaflet.markercluster/dist/MarkerCluster.Default.css" | ||
], | ||
"scripts": [ | ||
"node_modules/bootstrap/dist/js/bootstrap.bundle.min.js", | ||
"node_modules/leaflet.markercluster/dist/leaflet.markercluster.js" | ||
] | ||
} | ||
} | ||
] | ||
} | ||
}, | ||
"defaultConfiguration": "production" | ||
}, | ||
"serve": { | ||
"builder": "@angular-devkit/build-angular:dev-server", | ||
"configurations": { | ||
"production": { | ||
"buildTarget": "komikaan:build:production" | ||
}, | ||
"development": { | ||
"buildTarget": "komikaan:build:development" | ||
} | ||
}, | ||
"defaultConfiguration": "development" | ||
}, | ||
"extract-i18n": { | ||
"builder": "@angular-devkit/build-angular:extract-i18n", | ||
"options": { | ||
"buildTarget": "komikaan:build" | ||
} | ||
}, | ||
"test": { | ||
"builder": "@angular-devkit/build-angular:karma", | ||
"options": { | ||
"polyfills": [ | ||
"zone.js", | ||
"zone.js/testing" | ||
], | ||
"tsConfig": "tsconfig.spec.json", | ||
"inlineStyleLanguage": "scss", | ||
"assets": [ | ||
"src/favicon.svg", | ||
"src/assets", | ||
{ | ||
"glob": "**/*", | ||
"input": "./node_modules/leaflet/dist/images", | ||
"output": "assets/" | ||
} | ||
], | ||
"styles": [ | ||
"src/styles.scss", | ||
"node_modules/bootstrap/scss/bootstrap.scss", | ||
"node_modules/leaflet/dist/leaflet.css", | ||
"node_modules/leaflet.markercluster/dist/MarkerCluster.css", | ||
"node_modules/leaflet.markercluster/dist/MarkerCluster.Default.css" | ||
], | ||
"scripts": [ | ||
"node_modules/bootstrap/dist/js/bootstrap.bundle.min.js"] | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |