Spaces:
Building
Building
Update flare-ui/angular.json
Browse files- flare-ui/angular.json +15 -15
flare-ui/angular.json
CHANGED
@@ -10,28 +10,28 @@
|
|
10 |
"style": "scss"
|
11 |
}
|
12 |
},
|
13 |
-
"root": "
|
14 |
-
"sourceRoot": "
|
15 |
"prefix": "app",
|
16 |
"architect": {
|
17 |
"build": {
|
18 |
"builder": "@angular-devkit/build-angular:browser",
|
19 |
"options": {
|
20 |
"outputPath": "dist/flare-ui",
|
21 |
-
"index": "
|
22 |
-
"main": "
|
23 |
"polyfills": [
|
24 |
"zone.js"
|
25 |
],
|
26 |
-
"tsConfig": "
|
27 |
"inlineStyleLanguage": "scss",
|
28 |
"assets": [
|
29 |
-
"
|
30 |
-
"
|
31 |
],
|
32 |
"styles": [
|
33 |
"@angular/material/prebuilt-themes/indigo-pink.css",
|
34 |
-
"
|
35 |
],
|
36 |
"scripts": []
|
37 |
},
|
@@ -51,8 +51,8 @@
|
|
51 |
],
|
52 |
"fileReplacements": [
|
53 |
{
|
54 |
-
"replace": "
|
55 |
-
"with": "
|
56 |
}
|
57 |
],
|
58 |
"outputHashing": "all"
|
@@ -80,7 +80,7 @@
|
|
80 |
},
|
81 |
"defaultConfiguration": "development",
|
82 |
"options": {
|
83 |
-
"proxyConfig": "
|
84 |
}
|
85 |
},
|
86 |
"extract-i18n": {
|
@@ -96,14 +96,14 @@
|
|
96 |
"zone.js",
|
97 |
"zone.js/testing"
|
98 |
],
|
99 |
-
"tsConfig": "
|
100 |
"inlineStyleLanguage": "scss",
|
101 |
"assets": [
|
102 |
-
"
|
103 |
-
"
|
104 |
],
|
105 |
"styles": [
|
106 |
-
"
|
107 |
],
|
108 |
"scripts": []
|
109 |
}
|
|
|
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 |
},
|
|
|
51 |
],
|
52 |
"fileReplacements": [
|
53 |
{
|
54 |
+
"replace": "src/environments/environment.ts",
|
55 |
+
"with": "src/environments/environment.prod.ts"
|
56 |
}
|
57 |
],
|
58 |
"outputHashing": "all"
|
|
|
80 |
},
|
81 |
"defaultConfiguration": "development",
|
82 |
"options": {
|
83 |
+
"proxyConfig": "src/proxy.conf.json"
|
84 |
}
|
85 |
},
|
86 |
"extract-i18n": {
|
|
|
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 |
+
"src/styles.scss"
|
107 |
],
|
108 |
"scripts": []
|
109 |
}
|