@@ -597,6 +597,7 @@ webpackEmptyAsyncContext.id = ${JSON.stringify(id)};`;
597
597
}
598
598
}
599
599
600
+ // TODO remove in webpack 5
600
601
Object . defineProperty ( ContextModule . prototype , "recursive" , {
601
602
configurable : false ,
602
603
get : util . deprecate ( function ( ) {
@@ -607,6 +608,7 @@ Object.defineProperty(ContextModule.prototype, "recursive", {
607
608
} , "ContextModule.recursive has been moved to ContextModule.options.recursive" )
608
609
} ) ;
609
610
611
+ // TODO remove in webpack 5
610
612
Object . defineProperty ( ContextModule . prototype , "regExp" , {
611
613
configurable : false ,
612
614
get : util . deprecate ( function ( ) {
@@ -617,6 +619,7 @@ Object.defineProperty(ContextModule.prototype, "regExp", {
617
619
} , "ContextModule.regExp has been moved to ContextModule.options.regExp" )
618
620
} ) ;
619
621
622
+ // TODO remove in webpack 5
620
623
Object . defineProperty ( ContextModule . prototype , "addon" , {
621
624
configurable : false ,
622
625
get : util . deprecate ( function ( ) {
@@ -627,6 +630,7 @@ Object.defineProperty(ContextModule.prototype, "addon", {
627
630
} , "ContextModule.addon has been moved to ContextModule.options.addon" )
628
631
} ) ;
629
632
633
+ // TODO remove in webpack 5
630
634
Object . defineProperty ( ContextModule . prototype , "async" , {
631
635
configurable : false ,
632
636
get : util . deprecate ( function ( ) {
@@ -637,6 +641,7 @@ Object.defineProperty(ContextModule.prototype, "async", {
637
641
} , "ContextModule.async has been moved to ContextModule.options.mode" )
638
642
} ) ;
639
643
644
+ // TODO remove in webpack 5
640
645
Object . defineProperty ( ContextModule . prototype , "chunkName" , {
641
646
configurable : false ,
642
647
get : util . deprecate ( function ( ) {
0 commit comments