@@ -21031,6 +21031,123 @@ Array [
21031
21031
21032
21032
exports[`"modules" option should work with global compose: warnings 1`] = `Array []`;
21033
21033
21034
+ exports[`"modules" option should work with multiple compose: errors 1`] = `Array []`;
21035
+
21036
+ exports[`"modules" option should work with multiple compose: module 1`] = `
21037
+ "// Imports
21038
+ import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from \\"../../../../src/runtime/noSourceMaps.js\\";
21039
+ import ___CSS_LOADER_API_IMPORT___ from \\"../../../../src/runtime/api.js\\";
21040
+ import ___CSS_LOADER_ICSS_IMPORT_0___ from \\"-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./alias.css\\";
21041
+ import ___CSS_LOADER_ICSS_IMPORT_1___ from \\"-!../../../../src/index.js??ruleSet[1].rules[0].use[0]!./alias-1.css\\";
21042
+ var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___);
21043
+ ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_0___, \\"\\", true);
21044
+ ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_1___, \\"\\", true);
21045
+ // Module
21046
+ ___CSS_LOADER_EXPORT___.push([module.id, \`.RsClSIMkfTMmUvwYT4aD {
21047
+ color: red;
21048
+ }
21049
+
21050
+ .OdpZEdUc2oHF96Xqdoba {
21051
+ color: blue;
21052
+ }
21053
+
21054
+ .A3lCTIjOyIaMw91SUTt_ {
21055
+ color: blue;
21056
+ }
21057
+
21058
+ .global-class {
21059
+ padding: 10px;
21060
+ }
21061
+
21062
+ .global-class-1 {
21063
+ padding: 10px;
21064
+ }
21065
+
21066
+ .global-class-2 {
21067
+ padding: 10px;
21068
+ }
21069
+
21070
+ .BwiLdQraIwYyRAA53QEQ {
21071
+ color: gainsboro;
21072
+ }
21073
+
21074
+ .DemABT8Zz2xVnnu848uO {
21075
+ }
21076
+ \`, \\"\\"]);
21077
+ // Exports
21078
+ ___CSS_LOADER_EXPORT___.locals = {
21079
+ \\"other-class\\": \`RsClSIMkfTMmUvwYT4aD\`,
21080
+ \\"class-1\\": \`OdpZEdUc2oHF96Xqdoba\`,
21081
+ \\"class-2\\": \`A3lCTIjOyIaMw91SUTt_\`,
21082
+ \\"class\\": \`BwiLdQraIwYyRAA53QEQ RsClSIMkfTMmUvwYT4aD OdpZEdUc2oHF96Xqdoba A3lCTIjOyIaMw91SUTt_ \${___CSS_LOADER_ICSS_IMPORT_0___.locals[\\"imported-alias\\"]} \${___CSS_LOADER_ICSS_IMPORT_1___.locals[\\"imported-alias-2\\"]} \${___CSS_LOADER_ICSS_IMPORT_1___.locals[\\"imported-alias-3\\"]} global-class global-class-1 global-class-2\`,
21083
+ \\"class-other\\": \`DemABT8Zz2xVnnu848uO RsClSIMkfTMmUvwYT4aD OdpZEdUc2oHF96Xqdoba\`
21084
+ };
21085
+ export default ___CSS_LOADER_EXPORT___;
21086
+ "
21087
+ `;
21088
+
21089
+ exports[`"modules" option should work with multiple compose: result 1`] = `
21090
+ Array [
21091
+ Array [
21092
+ "../../src/index.js??ruleSet[1].rules[0].use[0]!./modules/composes/alias.css",
21093
+ ".dnhKs1AYKq4KodZdfzcx {
21094
+ display: table;
21095
+ }
21096
+ ",
21097
+ "",
21098
+ ],
21099
+ Array [
21100
+ "../../src/index.js??ruleSet[1].rules[0].use[0]!./modules/composes/alias-1.css",
21101
+ ".Lg5UPByIZH1XWiASCk_q {
21102
+ background: red;
21103
+ }
21104
+
21105
+ .QllkotlwlKJ4pFhiIzqP {
21106
+ background: red;
21107
+ }
21108
+ ",
21109
+ "",
21110
+ ],
21111
+ Array [
21112
+ "./modules/composes/multiple.css",
21113
+ ".RsClSIMkfTMmUvwYT4aD {
21114
+ color: red;
21115
+ }
21116
+
21117
+ .OdpZEdUc2oHF96Xqdoba {
21118
+ color: blue;
21119
+ }
21120
+
21121
+ .A3lCTIjOyIaMw91SUTt_ {
21122
+ color: blue;
21123
+ }
21124
+
21125
+ .global-class {
21126
+ padding: 10px;
21127
+ }
21128
+
21129
+ .global-class-1 {
21130
+ padding: 10px;
21131
+ }
21132
+
21133
+ .global-class-2 {
21134
+ padding: 10px;
21135
+ }
21136
+
21137
+ .BwiLdQraIwYyRAA53QEQ {
21138
+ color: gainsboro;
21139
+ }
21140
+
21141
+ .DemABT8Zz2xVnnu848uO {
21142
+ }
21143
+ ",
21144
+ "",
21145
+ ],
21146
+ ]
21147
+ `;
21148
+
21149
+ exports[`"modules" option should work with multiple compose: warnings 1`] = `Array []`;
21150
+
21034
21151
exports[`"modules" option should work with the "[local]" placeholder for the "localIdentName" option: errors 1`] = `Array []`;
21035
21152
21036
21153
exports[`"modules" option should work with the "[local]" placeholder for the "localIdentName" option: module 1`] = `
0 commit comments