Geen omschrijving
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

angular.json 3.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. {
  2. "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
  3. "version": 1,
  4. "newProjectRoot": "projects",
  5. "projects": {
  6. "svc-configure-frontend": {
  7. "projectType": "application",
  8. "schematics": {
  9. "@schematics/angular:component": {
  10. "style": "scss"
  11. }
  12. },
  13. "root": "",
  14. "sourceRoot": "src",
  15. "prefix": "app",
  16. "architect": {
  17. "build": {
  18. "builder": "@angular-devkit/build-angular:application",
  19. "options": {
  20. "outputPath": "dist/svc-configure-frontend",
  21. "index": "src/index.html",
  22. "browser": "src/main.ts",
  23. "polyfills": [
  24. "zone.js"
  25. ],
  26. "tsConfig": "tsconfig.app.json",
  27. "inlineStyleLanguage": "scss",
  28. "assets": [
  29. {
  30. "glob": "**/*",
  31. "input": "public"
  32. },
  33. {
  34. "glob": "**/*",
  35. "input": "src/assets"
  36. }
  37. ],
  38. "styles": [
  39. "src/styles.scss"
  40. ],
  41. "scripts": [],
  42. "allowedCommonJsDependencies": ["ag-grid-angular", "ag-grid-community"]
  43. },
  44. "configurations": {
  45. "production": {
  46. "budgets": [
  47. {
  48. "type": "initial",
  49. "maximumWarning": "1MB",
  50. "maximumError": "2MB"
  51. },
  52. {
  53. "type": "anyComponentStyle",
  54. "maximumWarning": "4kB",
  55. "maximumError": "8kB"
  56. }
  57. ],
  58. "outputHashing": "all"
  59. },
  60. "development": {
  61. "optimization": false,
  62. "extractLicenses": false,
  63. "sourceMap": true
  64. }
  65. },
  66. "defaultConfiguration": "production"
  67. },
  68. "serve": {
  69. "builder": "@angular-devkit/build-angular:dev-server",
  70. "configurations": {
  71. "production": {
  72. "buildTarget": "svc-configure-frontend:build:production"
  73. },
  74. "development": {
  75. "buildTarget": "svc-configure-frontend:build:development",
  76. "proxyConfig": "proxy.conf.json"
  77. }
  78. },
  79. "defaultConfiguration": "development"
  80. },
  81. "extract-i18n": {
  82. "builder": "@angular-devkit/build-angular:extract-i18n"
  83. },
  84. "test": {
  85. "builder": "@angular-devkit/build-angular:karma",
  86. "options": {
  87. "polyfills": [
  88. "zone.js",
  89. "zone.js/testing"
  90. ],
  91. "tsConfig": "tsconfig.spec.json",
  92. "inlineStyleLanguage": "scss",
  93. "assets": [
  94. {
  95. "glob": "**/*",
  96. "input": "public"
  97. },
  98. {
  99. "glob": "**/*",
  100. "input": "src/assets"
  101. }
  102. ],
  103. "styles": [
  104. "src/styles.scss"
  105. ],
  106. "scripts": []
  107. }
  108. }
  109. }
  110. }
  111. },
  112. "cli": {
  113. "analytics": "7022959f-822a-4e97-8b55-0e5d324e3595"
  114. }
  115. }