File tree 4 files changed +19070
-9011
lines changed
4 files changed +19070
-9011
lines changed Original file line number Diff line number Diff line change @@ -44,3 +44,5 @@ testem.log
44
44
# System Files
45
45
.DS_Store
46
46
Thumbs.db
47
+
48
+ .angular /**
Original file line number Diff line number Diff line change 5
5
"projects" : {
6
6
"hasap" : {
7
7
"projectType" : " application" ,
8
- "schematics" : {},
8
+ "schematics" : {
9
+ "@schematics/angular:application" : {
10
+ "strict" : true
11
+ }
12
+ },
9
13
"root" : " " ,
10
14
"sourceRoot" : " src" ,
11
15
"prefix" : " app" ,
61
65
],
62
66
"serviceWorker" : true ,
63
67
"ngswConfigPath" : " ngsw-config.json"
68
+ },
69
+ "development" : {
70
+ "buildOptimizer" : false ,
71
+ "optimization" : false ,
72
+ "vendorChunk" : true ,
73
+ "extractLicenses" : false ,
74
+ "sourceMap" : true ,
75
+ "namedChunks" : true
64
76
}
65
77
}
66
78
},
67
79
"serve" : {
68
80
"builder" : " @angular-devkit/build-angular:dev-server" ,
69
- "options" : {
70
- "browserTarget" : " hasap:build"
71
- },
72
81
"configurations" : {
73
82
"production" : {
74
83
"browserTarget" : " hasap:build:production"
84
+ },
85
+ "development" : {
86
+ "browserTarget" : " hasap:build:development"
75
87
}
76
- }
88
+ },
89
+ "defaultConfiguration" : " development"
77
90
},
78
91
"extract-i18n" : {
79
92
"builder" : " @angular-devkit/build-angular:extract-i18n" ,
108
121
" tsconfig.spec.json" ,
109
122
" e2e/tsconfig.json"
110
123
],
111
- "exclude" : [
112
- " **/node_modules/**"
113
- ]
124
+ "exclude" : [" **/node_modules/**" ]
114
125
}
115
126
},
116
127
"e2e" : {
136
147
"cli" : {
137
148
"analytics" : " be52f3a5-601b-4520-87da-b01b2b0f3ec9"
138
149
}
139
- }
150
+ }
You can’t perform that action at this time.
0 commit comments