File tree 1 file changed +3
-3
lines changed
packages/angular_devkit/build_angular/src/angular-cli-files/models/webpack-configs
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 {
403
403
parser : { system : true } ,
404
404
} ,
405
405
{
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 $ / ,
407
407
parser : { node : { events : true } } ,
408
408
} ,
409
409
{
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 $ / ,
411
411
parser : { node : { querystring : true } } ,
412
412
} ,
413
413
{
@@ -416,7 +416,7 @@ export function getCommonConfig(wco: WebpackConfigOptions): Configuration {
416
416
} ,
417
417
{
418
418
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 $ / ,
420
420
enforce : 'pre' ,
421
421
...sourceMapUseRule ,
422
422
} ,
You can’t perform that action at this time.
0 commit comments