ciyidogan commited on
Commit
d066a28
·
verified ·
1 Parent(s): 81410b1

Update flare-ui/angular.json

Browse files
Files changed (1) hide show
  1. flare-ui/angular.json +115 -117
flare-ui/angular.json CHANGED
@@ -1,118 +1,116 @@
1
- {
2
- "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
3
- "version": 1,
4
- "newProjectRoot": "projects",
5
- "projects": {
6
- "flare-ui": {
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:browser",
19
- "options": {
20
- "outputPath": "dist/flare-ui",
21
- "index": "src/index.html",
22
- "main": "src/main.ts",
23
- "polyfills": [
24
- "zone.js"
25
- ],
26
- "tsConfig": "tsconfig.app.json",
27
- "inlineStyleLanguage": "scss",
28
- "assets": [
29
- "src/favicon.ico",
30
- "src/assets"
31
- ],
32
- "styles": [
33
- "@angular/material/prebuilt-themes/indigo-pink.css",
34
- "src/styles.scss"
35
- ],
36
- "scripts": []
37
- },
38
- "configurations": {
39
- "production": {
40
- "budgets": [
41
- {
42
- "type": "initial",
43
- "maximumWarning": "500kb",
44
- "maximumError": "1mb"
45
- },
46
- {
47
- "type": "anyComponentStyle",
48
- "maximumWarning": "2kb",
49
- "maximumError": "4kb"
50
- }
51
- ],
52
- "fileReplacements": [
53
- {
54
- "replace": "src/environments/environment.ts",
55
- "with": "src/environments/environment.prod.ts"
56
- }
57
- ],
58
- "outputHashing": "all"
59
- },
60
- "development": {
61
- "buildOptimizer": false,
62
- "optimization": false,
63
- "vendorChunk": true,
64
- "extractLicenses": false,
65
- "sourceMap": true,
66
- "namedChunks": true
67
- }
68
- },
69
- "defaultConfiguration": "production"
70
- },
71
- "serve": {
72
- "builder": "@angular-devkit/build-angular:dev-server",
73
- "configurations": {
74
- "production": {
75
- "browserTarget": "flare-ui:build:production"
76
- },
77
- "development": {
78
- "browserTarget": "flare-ui:build:development"
79
- }
80
- },
81
- "defaultConfiguration": "development",
82
- "options": {
83
- "proxyConfig": "src/proxy.conf.json"
84
- }
85
- },
86
- "extract-i18n": {
87
- "builder": "@angular-devkit/build-angular:extract-i18n",
88
- "options": {
89
- "browserTarget": "flare-ui:build"
90
- }
91
- },
92
- "test": {
93
- "builder": "@angular-devkit/build-angular:karma",
94
- "options": {
95
- "polyfills": [
96
- "zone.js",
97
- "zone.js/testing"
98
- ],
99
- "tsConfig": "tsconfig.spec.json",
100
- "inlineStyleLanguage": "scss",
101
- "assets": [
102
- "src/favicon.ico",
103
- "src/assets"
104
- ],
105
- "styles": [
106
- "@angular/material/prebuilt-themes/indigo-pink.css",
107
- "src/styles.scss"
108
- ],
109
- "scripts": []
110
- }
111
- }
112
- }
113
- }
114
- },
115
- "cli": {
116
- "analytics": false
117
- }
118
  }
 
1
+ {
2
+ "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
3
+ "version": 1,
4
+ "newProjectRoot": "projects",
5
+ "projects": {
6
+ "flare-ui": {
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:browser",
19
+ "options": {
20
+ "outputPath": "dist/flare-ui",
21
+ "index": "src/index.html",
22
+ "main": "src/main.ts",
23
+ "polyfills": [
24
+ "zone.js"
25
+ ],
26
+ "tsConfig": "tsconfig.app.json",
27
+ "inlineStyleLanguage": "scss",
28
+ "assets": [
29
+ "src/favicon.ico",
30
+ "src/assets"
31
+ ],
32
+ "styles": [
33
+ "src/styles.scss"
34
+ ],
35
+ "scripts": []
36
+ },
37
+ "configurations": {
38
+ "production": {
39
+ "budgets": [
40
+ {
41
+ "type": "initial",
42
+ "maximumWarning": "1mb",
43
+ "maximumError": "2mb"
44
+ },
45
+ {
46
+ "type": "anyComponentStyle",
47
+ "maximumWarning": "4kb",
48
+ "maximumError": "8kb"
49
+ }
50
+ ],
51
+ "fileReplacements": [
52
+ {
53
+ "replace": "src/environments/environment.ts",
54
+ "with": "src/environments/environment.prod.ts"
55
+ }
56
+ ],
57
+ "outputHashing": "all"
58
+ },
59
+ "development": {
60
+ "buildOptimizer": false,
61
+ "optimization": false,
62
+ "vendorChunk": true,
63
+ "extractLicenses": false,
64
+ "sourceMap": true,
65
+ "namedChunks": true
66
+ }
67
+ },
68
+ "defaultConfiguration": "production"
69
+ },
70
+ "serve": {
71
+ "builder": "@angular-devkit/build-angular:dev-server",
72
+ "configurations": {
73
+ "production": {
74
+ "browserTarget": "flare-ui:build:production"
75
+ },
76
+ "development": {
77
+ "browserTarget": "flare-ui:build:development"
78
+ }
79
+ },
80
+ "defaultConfiguration": "development",
81
+ "options": {
82
+ "proxyConfig": "src/proxy.conf.json"
83
+ }
84
+ },
85
+ "extract-i18n": {
86
+ "builder": "@angular-devkit/build-angular:extract-i18n",
87
+ "options": {
88
+ "browserTarget": "flare-ui:build"
89
+ }
90
+ },
91
+ "test": {
92
+ "builder": "@angular-devkit/build-angular:karma",
93
+ "options": {
94
+ "polyfills": [
95
+ "zone.js",
96
+ "zone.js/testing"
97
+ ],
98
+ "tsConfig": "tsconfig.spec.json",
99
+ "inlineStyleLanguage": "scss",
100
+ "assets": [
101
+ "src/favicon.ico",
102
+ "src/assets"
103
+ ],
104
+ "styles": [
105
+ "src/styles.scss"
106
+ ],
107
+ "scripts": []
108
+ }
109
+ }
110
+ }
111
+ }
112
+ },
113
+ "cli": {
114
+ "analytics": false
115
+ }
 
 
116
  }