File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
packages/@angular/cli/plugins Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ function requestBlocker() {
247
247
}
248
248
249
249
// Strip the server address and webpack scheme (webpack://) from error log.
250
- const initSourcemapReporter : any = function ( baseReporterDecorator : any ) {
250
+ const initSourcemapReporter : any = function ( this : any , baseReporterDecorator : any ) {
251
251
baseReporterDecorator ( this ) ;
252
252
const urlRegexp = / \( h t t p : \/ \/ l o c a l h o s t : \d + \/ _ k a r m a _ w e b p a c k _ \/ w e b p a c k : \/ / gi;
253
253
Original file line number Diff line number Diff line change 8
8
"moduleResolution" : " node" ,
9
9
"noEmitOnError" : true ,
10
10
"noImplicitAny" : true ,
11
+ "noImplicitThis" : true ,
11
12
"noUnusedParameters" : true ,
12
13
"noUnusedLocals" : true ,
13
14
"outDir" : " ./dist" ,
You can’t perform that action at this time.
0 commit comments