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 @@ -401,11 +401,11 @@ export function getCommonConfig(wco: WebpackConfigOptions): Configuration {
401
401
parser : { system : true } ,
402
402
} ,
403
403
{
404
- test : / [ \/ \\ ] h o t [ \/ \\ ] e m i t t e r .j s $ / ,
404
+ test : / [ \/ \\ ] h o t [ \/ \\ ] e m i t t e r \ .j s $ / ,
405
405
parser : { node : { events : true } } ,
406
406
} ,
407
407
{
408
- 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 $ / ,
408
+ 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 $ / ,
409
409
parser : { node : { querystring : true } } ,
410
410
} ,
411
411
{
@@ -414,7 +414,7 @@ export function getCommonConfig(wco: WebpackConfigOptions): Configuration {
414
414
} ,
415
415
{
416
416
test : / \. j s $ / ,
417
- exclude : / ( n g f a c t o r y | n g s t y l e ) .j s $ / ,
417
+ exclude : / ( n g f a c t o r y | n g s t y l e ) \ .j s $ / ,
418
418
enforce : 'pre' ,
419
419
...sourceMapUseRule ,
420
420
} ,
You can’t perform that action at this time.
0 commit comments