Spaces:
Building
Building
Update flare-ui/angular.json
Browse files- 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 |
-
"
|
34 |
-
|
35 |
-
]
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
"
|
43 |
-
"
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
"
|
48 |
-
"
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
"
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
"
|
62 |
-
"
|
63 |
-
"
|
64 |
-
"
|
65 |
-
"
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
"
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
"
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
"
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
"
|
94 |
-
|
95 |
-
|
96 |
-
"zone.js"
|
97 |
-
|
98 |
-
|
99 |
-
"
|
100 |
-
"
|
101 |
-
|
102 |
-
"src/
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
|
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 |
}
|