109 lines
2.6 KiB
JSON
109 lines
2.6 KiB
JSON
{
|
|
"$schema": "node_modules/nx/schemas/project-schema.json",
|
|
"name": "vokabeltraining",
|
|
"projectType": "application",
|
|
"generators": {
|
|
"@schematics/angular:component": {
|
|
"inlineTemplate": true,
|
|
"inlineStyle": true,
|
|
"style": "scss",
|
|
"skipTests": true
|
|
},
|
|
"@schematics/angular:class": {
|
|
"skipTests": true
|
|
},
|
|
"@schematics/angular:directive": {
|
|
"skipTests": true
|
|
},
|
|
"@schematics/angular:guard": {
|
|
"skipTests": true
|
|
},
|
|
"@schematics/angular:interceptor": {
|
|
"skipTests": true
|
|
},
|
|
"@schematics/angular:pipe": {
|
|
"skipTests": true
|
|
},
|
|
"@schematics/angular:resolver": {
|
|
"skipTests": true
|
|
},
|
|
"@schematics/angular:service": {
|
|
"skipTests": true
|
|
}
|
|
},
|
|
"sourceRoot": "src",
|
|
"prefix": "app",
|
|
"targets": {
|
|
"build": {
|
|
"executor": "@angular/build:application",
|
|
"options": {
|
|
"outputPath": "dist/vokabeltraining",
|
|
"index": "src/index.html",
|
|
"browser": "src/main.ts",
|
|
"polyfills": [
|
|
"zone.js"
|
|
],
|
|
"tsConfig": "tsconfig.app.json",
|
|
"inlineStyleLanguage": "scss",
|
|
"assets": [
|
|
{
|
|
"glob": "**/*",
|
|
"input": "public"
|
|
},
|
|
"src/assets"
|
|
],
|
|
"styles": [
|
|
"src/styles.scss"
|
|
],
|
|
"scripts": [],
|
|
"fileReplacements": [
|
|
{
|
|
"replace": "src/app/environments/environment.ts",
|
|
"with": "src/app/environments/environment.prod.ts"
|
|
}
|
|
]
|
|
},
|
|
"configurations": {
|
|
"production": {
|
|
"budgets": [
|
|
{
|
|
"type": "initial",
|
|
"maximumWarning": "500kB",
|
|
"maximumError": "1MB"
|
|
},
|
|
{
|
|
"type": "anyComponentStyle",
|
|
"maximumWarning": "2kB",
|
|
"maximumError": "4kB"
|
|
}
|
|
],
|
|
"outputHashing": "all"
|
|
},
|
|
"development": {
|
|
"optimization": false,
|
|
"extractLicenses": false,
|
|
"sourceMap": true
|
|
}
|
|
},
|
|
"defaultConfiguration": "production"
|
|
},
|
|
"serve": {
|
|
"executor": "@angular/build:dev-server",
|
|
"options": {
|
|
"proxyConfig": "proxy.conf.json"
|
|
},
|
|
"configurations": {
|
|
"production": {
|
|
"buildTarget": "vokabeltraining:build:production"
|
|
},
|
|
"development": {
|
|
"buildTarget": "vokabeltraining:build:development"
|
|
}
|
|
},
|
|
"defaultConfiguration": "development"
|
|
},
|
|
"extract-i18n": {
|
|
"executor": "@angular/build:extract-i18n"
|
|
}
|
|
}
|
|
} |