We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5f6645 commit 4b24992Copy full SHA for 4b24992
src/utils.js
@@ -778,7 +778,7 @@ function getModulesPlugins(options, loaderContext) {
778
localByDefault({ mode }),
779
extractImports(),
780
modulesScope({
781
- generateScopedName(exportName) {
+ generateScopedName(exportName, resourceFile, rawCss, node) {
782
let localIdent;
783
784
if (typeof getLocalIdent !== "undefined") {
@@ -794,6 +794,7 @@ function getModulesPlugins(options, loaderContext) {
794
hashDigestLength: localIdentHashDigestLength,
795
hashStrategy,
796
regExp: localIdentRegExp,
797
+ node,
798
}
799
);
800
@@ -813,6 +814,7 @@ function getModulesPlugins(options, loaderContext) {
813
814
815
816
817
818
819
820
0 commit comments