@@ -12227,6 +12227,76 @@ Array [
12227
12227
12228
12228
exports[`"modules" option should work with the "[local]" placeholder for the "localIdentName" option: warnings 1`] = `Array []`;
12229
12229
12230
+ exports[`"modules" option should work with the "auto" by default for icss: errors 1`] = `Array []`;
12231
+
12232
+ exports[`"modules" option should work with the "auto" by default for icss: module 1`] = `
12233
+ "// Imports
12234
+ import ___CSS_LOADER_API_IMPORT___ from \\"../../../../../src/runtime/api.js\\";
12235
+ import ___CSS_LOADER_ICSS_IMPORT_0___ from \\"-!../../../../../src/index.js??[ident]!./vars.icss.css\\";
12236
+ var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(false);
12237
+ ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_0___, \\"\\", true);
12238
+ // Module
12239
+ ___CSS_LOADER_EXPORT___.push([module.id, \\".className {\\\\n color: \\" + ___CSS_LOADER_ICSS_IMPORT_0___.locals[\\"primary-color\\"] + \\";\\\\n}\\\\n\\", \\"\\"]);
12240
+ // Exports
12241
+ ___CSS_LOADER_EXPORT___.locals = {
12242
+ \\"primary-color\\": \\"\\" + ___CSS_LOADER_ICSS_IMPORT_0___.locals[\\"primary-color\\"] + \\"\\"
12243
+ };
12244
+ export default ___CSS_LOADER_EXPORT___;
12245
+ "
12246
+ `;
12247
+
12248
+ exports[`"modules" option should work with the "auto" by default for icss: result 1`] = `
12249
+ Array [
12250
+ Array [
12251
+ "../../src/index.js?[ident]!./modules/mode/icss/vars.icss.css",
12252
+ "
12253
+ ",
12254
+ "",
12255
+ ],
12256
+ Array [
12257
+ "./modules/mode/icss/relative.icss.css",
12258
+ ".className {
12259
+ color: red;
12260
+ }
12261
+ ",
12262
+ "",
12263
+ ],
12264
+ ]
12265
+ `;
12266
+
12267
+ exports[`"modules" option should work with the "auto" by default for icss: warnings 1`] = `Array []`;
12268
+
12269
+ exports[`"modules" option should work with the "auto" by default with "modules" filename: errors 1`] = `Array []`;
12270
+
12271
+ exports[`"modules" option should work with the "auto" by default with "modules" filename: module 1`] = `
12272
+ "// Imports
12273
+ import ___CSS_LOADER_API_IMPORT___ from \\"../../../../src/runtime/api.js\\";
12274
+ var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(false);
12275
+ // Module
12276
+ ___CSS_LOADER_EXPORT___.push([module.id, \\".af0LbFVUmIAO7cXelO_aA {\\\\n color: red;\\\\n}\\\\n\\", \\"\\"]);
12277
+ // Exports
12278
+ ___CSS_LOADER_EXPORT___.locals = {
12279
+ \\"relative\\": \\"af0LbFVUmIAO7cXelO_aA\\"
12280
+ };
12281
+ export default ___CSS_LOADER_EXPORT___;
12282
+ "
12283
+ `;
12284
+
12285
+ exports[`"modules" option should work with the "auto" by default with "modules" filename: result 1`] = `
12286
+ Array [
12287
+ Array [
12288
+ "./modules/mode/relative.modules.css",
12289
+ ".af0LbFVUmIAO7cXelO_aA {
12290
+ color: red;
12291
+ }
12292
+ ",
12293
+ "",
12294
+ ],
12295
+ ]
12296
+ `;
12297
+
12298
+ exports[`"modules" option should work with the "auto" by default with "modules" filename: warnings 1`] = `Array []`;
12299
+
12230
12300
exports[`"modules" option should work with the "auto" by default: errors 1`] = `Array []`;
12231
12301
12232
12302
exports[`"modules" option should work with the "auto" by default: module 1`] = `
0 commit comments