/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
adev/shared-docs/pipeline/examples/template/angular.json
83 строки
2 KB
Matthieu Riegler
docs(docs-infra): remove test related deps
10 июн 2026, 21:08
10 июн 2026, 21:08
f2b642b
Код
Авторство
О чём код?
{ "$schema": "./node_modules/@angular/cli/lib/config/schema.json", "version": 1, "cli": { "analytics": false }, "newProjectRoot": "projects", "projects": { "example-app": { "projectType": "application", "schematics": { "@schematics/angular:component": { "style": "css" }, "@schematics/angular:application": { "strict": true } }, "root": "", "sourceRoot": "src", "prefix": "app", "architect": { "build": { "builder": "@angular/build:application", "options": { "outputPath": "dist/example-app", "index": "src/index.html", "browser": "src/main.ts", "polyfills": ["zone.js"], "tsConfig": "tsconfig.app.json", "assets": ["src/assets"], "styles": ["src/styles.css"], "stylePreprocessorOptions": { "includePaths": ["node_modules/"] }, "scripts": [] }, "configurations": { "production": { "budgets": [ { "type": "initial", "maximumWarning": "500kb", "maximumError": "1mb" }, { "type": "anyComponentStyle", "maximumWarning": "2kb", "maximumError": "4kb" } ], "fileReplacements": [ { "replace": "src/environments/environment.ts", "with": "src/environments/environment.prod.ts" } ], "outputHashing": "all" }, "development": { "optimization": false, "extractLicenses": false, "sourceMap": true } }, "defaultConfiguration": "production" }, "serve": { "builder": "@angular/build:dev-server", "configurations": { "production": { "browserTarget": "example-app:build:production" }, "development": { "browserTarget": "example-app:build:development" } }, "defaultConfiguration": "development" } } } } }