File tree Expand file tree Collapse file tree 1 file changed +5
-12
lines changed Expand file tree Collapse file tree 1 file changed +5
-12
lines changed Original file line number Diff line number Diff line change 99
99
"serve" : {
100
100
"builder" : " @angular-devkit/build-angular:dev-server" ,
101
101
"options" : {
102
- "buildTarget " : " app:build"
102
+ "browserTarget " : " app:build"
103
103
},
104
104
"configurations" : {
105
105
"production" : {
106
- "buildTarget " : " app:build:production"
106
+ "browserTarget " : " app:build:production"
107
107
},
108
108
"ci" : {}
109
109
}
110
110
},
111
111
"extract-i18n" : {
112
112
"builder" : " @angular-devkit/build-angular:extract-i18n" ,
113
113
"options" : {
114
- "buildTarget " : " app:build"
114
+ "browserTarget " : " app:build"
115
115
}
116
116
},
117
117
"test" : {
177
177
"lint" : {
178
178
"builder" : " @angular-eslint/builder:lint" ,
179
179
"options" : {
180
- "lintFilePatterns" : [
181
- " src/**/*.ts" ,
182
- " src/**/*.html"
183
- ]
180
+ "lintFilePatterns" : [" src/**/*.ts" , " src/**/*.html" ]
184
181
}
185
182
}
186
183
}
206
203
},
207
204
"cli" : {
208
205
"analytics" : false ,
209
- "schematicCollections" : [
210
- " @angular-eslint/schematics" ,
211
- " @angular-eslint/schematics" ,
212
- " @ionic/angular-toolkit"
213
- ]
206
+ "schematicCollections" : [" @angular-eslint/schematics" , " @angular-eslint/schematics" , " @ionic/angular-toolkit" ]
214
207
},
215
208
"schematics" : {
216
209
"@ionic/angular-toolkit:component" : {
You can’t perform that action at this time.
0 commit comments