0% found this document useful (0 votes)
8 views2 pages

Angular Portfolio Project Configuration

Uploaded by

Douglas Dutra
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views2 pages

Angular Portfolio Project Configuration

Uploaded by

Douglas Dutra
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

JY24K-AJ082-4JD71-1805M-17UHF

{
"$schema": "./node_modules/@angular/cli/lib/config/[Link]",
"version": 1,
"newProjectRoot": "projects",
"projects": {
"portfolio-angular": {
"projectType": "application",
"schematics": {},
"root": "",
"sourceRoot": "src",
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"outputPath": "dist/portfolio-angular",
"index": "src/[Link]",
"main": "src/[Link]",
"polyfills": [
"[Link]"
],
"tsConfig": "[Link]",
"assets": [
{
"glob": "**/*",
"input": "public"
}
],
"styles": [
"src/[Link]",

"[Link]

"[Link]
"[Link]
family=Space+Grotesk:wght@500&display=swap"
],
"scripts": []
},
"configurations": {
"production": {
"budgets": [
{
"type": "initial",
"maximumWarning": "500kB",
"maximumError": "1MB"
},
{
"type": "anyComponentStyle",
"maximumWarning": "4kB",
"maximumError": "8kB"
}
],
"outputHashing": "all"
},
"development": {
"optimization": false,
"extractLicenses": false,
"sourceMap": true
}
},
"defaultConfiguration": "production"
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"buildTarget": "portfolio-angular:build:production"
},
"development": {
"buildTarget": "portfolio-angular:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n"
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
"polyfills": [
"[Link]",
"[Link]/testing"
],
"tsConfig": "[Link]",
"assets": [
{
"glob": "**/*",
"input": "public"
}
],
"styles": [
"src/[Link]"
],
"scripts": []
}
}
}
}
}
}

You might also like