File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -778,7 +778,7 @@ function getModulesPlugins(options, loaderContext) {
778
778
localByDefault ( { mode } ) ,
779
779
extractImports ( ) ,
780
780
modulesScope ( {
781
- generateScopedName ( exportName ) {
781
+ generateScopedName ( exportName , resourceFile , rawCss , node ) {
782
782
let localIdent ;
783
783
784
784
if ( typeof getLocalIdent !== "undefined" ) {
@@ -794,6 +794,7 @@ function getModulesPlugins(options, loaderContext) {
794
794
hashDigestLength : localIdentHashDigestLength ,
795
795
hashStrategy,
796
796
regExp : localIdentRegExp ,
797
+ node,
797
798
}
798
799
) ;
799
800
}
@@ -813,6 +814,7 @@ function getModulesPlugins(options, loaderContext) {
813
814
hashDigestLength : localIdentHashDigestLength ,
814
815
hashStrategy,
815
816
regExp : localIdentRegExp ,
817
+ node,
816
818
}
817
819
) ;
818
820
You can’t perform that action at this time.
0 commit comments