File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/angular_devkit/build_angular/src/angular-cli-files/models/webpack-configs Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -403,11 +403,11 @@ export function getCommonConfig(wco: WebpackConfigOptions): Configuration {
403403 parser : { system : true } ,
404404 } ,
405405 {
406- test : / [ \/ \\ ] h o t [ \/ \\ ] e m i t t e r .j s $ / ,
406+ test : / [ \/ \\ ] h o t [ \/ \\ ] e m i t t e r \ .j s $ / ,
407407 parser : { node : { events : true } } ,
408408 } ,
409409 {
410- test : / [ \/ \\ ] w e b p a c k - d e v - s e r v e r [ \/ \\ ] c l i e n t [ \/ \\ ] u t i l s [ \/ \\ ] c r e a t e S o c k e t U r l .j s $ / ,
410+ test : / [ \/ \\ ] w e b p a c k - d e v - s e r v e r [ \/ \\ ] c l i e n t [ \/ \\ ] u t i l s [ \/ \\ ] c r e a t e S o c k e t U r l \ .j s $ / ,
411411 parser : { node : { querystring : true } } ,
412412 } ,
413413 {
@@ -416,7 +416,7 @@ export function getCommonConfig(wco: WebpackConfigOptions): Configuration {
416416 } ,
417417 {
418418 test : / \. j s $ / ,
419- exclude : / ( n g f a c t o r y | n g s t y l e ) .j s $ / ,
419+ exclude : / ( n g f a c t o r y | n g s t y l e ) \ .j s $ / ,
420420 enforce : 'pre' ,
421421 ...sourceMapUseRule ,
422422 } ,
You can’t perform that action at this time.
0 commit comments