@@ -11817,7 +11817,7 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.ComponentName-header {
1181711817}
1181811818
1181911819.ComponentName-footer {
11820- color: blue;
11820+ color: blue;
1182111821}
1182211822\`, ""]);
1182311823// Exports
@@ -11841,7 +11841,7 @@ exports[`"modules" option should work with [folder] #3: result 1`] = `
1184111841}
1184211842
1184311843.ComponentName-footer {
11844- color: blue;
11844+ color: blue;
1184511845}
1184611846",
1184711847 "",
@@ -11868,7 +11868,7 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.ComponentName-header {
1186811868}
1186911869
1187011870.ComponentName-footer {
11871- color: blue;
11871+ color: blue;
1187211872}
1187311873\`, ""]);
1187411874// Exports
@@ -11892,7 +11892,7 @@ exports[`"modules" option should work with [folder] #4: result 1`] = `
1189211892}
1189311893
1189411894.ComponentName-footer {
11895- color: blue;
11895+ color: blue;
1189611896}
1189711897",
1189811898 "",
@@ -12431,6 +12431,29 @@ exports[`"modules" option should work with \`default\` class and without named e
1243112431
1243212432exports[`"modules" option should work with \`default\` class and without named export: warnings 1`] = `[]`;
1243312433
12434+ exports[`"modules" option should work with \`module\` class and with named export: errors 1`] = `[]`;
12435+
12436+ exports[`"modules" option should work with \`module\` class and with named export: module 1`] = `
12437+ "// Imports
12438+ import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from "../../../../src/runtime/noSourceMaps.js";
12439+ import ___CSS_LOADER_API_IMPORT___ from "../../../../src/runtime/api.js";
12440+ var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___);
12441+ // Module
12442+ ___CSS_LOADER_EXPORT___.push([module.id, \`.jeU4gq1x5FP0ehaW1cBG {
12443+ background: red
12444+ }
12445+ \`, ""]);
12446+ // Exports
12447+ var _1 = \`jeU4gq1x5FP0ehaW1cBG\`;
12448+ export { _1 as "module" };
12449+ export default ___CSS_LOADER_EXPORT___;
12450+ "
12451+ `;
12452+
12453+ exports[`"modules" option should work with \`module\` class and with named export: result 1`] = `"jeU4gq1x5FP0ehaW1cBG"`;
12454+
12455+ exports[`"modules" option should work with \`module\` class and with named export: warnings 1`] = `[]`;
12456+
1243412457exports[`"modules" option should work with CSS nesting: errors 1`] = `[]`;
1243512458
1243612459exports[`"modules" option should work with CSS nesting: module 1`] = `
0 commit comments