@@ -3148,9 +3148,9 @@ Array [
31483148
31493149exports [` "modules" option should work when the "getLocalIdent" option returns "false": warnings 1` ] = ` Array []` ;
31503150
3151- exports [` "modules" option should work with a modules.auto equal "false": errors 1` ] = ` Array []` ;
3151+ exports [` "modules" option should work with a modules.auto Boolean that is "false": errors 1` ] = ` Array []` ;
31523152
3153- exports [` "modules" option should work with a modules.auto equal "false": module 1` ] = `
3153+ exports [` "modules" option should work with a modules.auto Boolean that is "false": module 1` ] = `
31543154"// Imports
31553155var ___CSS_LOADER_API_IMPORT___ = require(\\ "../../../../src/runtime/api.js\\ ");
31563156exports = ___CSS_LOADER_API_IMPORT___(false);
@@ -3161,7 +3161,7 @@ module.exports = exports;
31613161"
31623162` ;
31633163
3164- exports [` "modules" option should work with a modules.auto equal "false": result 1` ] = `
3164+ exports [` "modules" option should work with a modules.auto Boolean that is "false": result 1` ] = `
31653165Array [
31663166 Array [
31673167 "./modules/mode/relative.module.css",
@@ -3174,11 +3174,11 @@ Array [
31743174]
31753175` ;
31763176
3177- exports [` "modules" option should work with a modules.auto equal "false": warnings 1` ] = ` Array []` ;
3177+ exports [` "modules" option should work with a modules.auto Boolean that is "false": warnings 1` ] = ` Array []` ;
31783178
3179- exports [` "modules" option should work with a modules.auto equal "true": errors 1` ] = ` Array []` ;
3179+ exports [` "modules" option should work with a modules.auto Boolean that is "true": errors 1` ] = ` Array []` ;
31803180
3181- exports [` "modules" option should work with a modules.auto equal "true": module 1` ] = `
3181+ exports [` "modules" option should work with a modules.auto Boolean that is "true": module 1` ] = `
31823182"// Imports
31833183var ___CSS_LOADER_API_IMPORT___ = require(\\ "../../../../src/runtime/api.js\\ ");
31843184exports = ___CSS_LOADER_API_IMPORT___(false);
@@ -3192,7 +3192,7 @@ module.exports = exports;
31923192"
31933193` ;
31943194
3195- exports [` "modules" option should work with a modules.auto equal "true": result 1` ] = `
3195+ exports [` "modules" option should work with a modules.auto Boolean that is "true": result 1` ] = `
31963196Array [
31973197 Array [
31983198 "./modules/mode/relative.module.css",
@@ -3205,11 +3205,11 @@ Array [
32053205]
32063206` ;
32073207
3208- exports [` "modules" option should work with a modules.auto equal "true": warnings 1` ] = ` Array []` ;
3208+ exports [` "modules" option should work with a modules.auto Boolean that is "true": warnings 1` ] = ` Array []` ;
32093209
3210- exports [` "modules" option should work with a modules.auto returns "false": errors 1` ] = ` Array []` ;
3210+ exports [` "modules" option should work with a modules.auto Function that returns "false": errors 1` ] = ` Array []` ;
32113211
3212- exports [` "modules" option should work with a modules.auto returns "false": module 1` ] = `
3212+ exports [` "modules" option should work with a modules.auto Function that returns "false": module 1` ] = `
32133213"// Imports
32143214var ___CSS_LOADER_API_IMPORT___ = require(\\ "../../../../src/runtime/api.js\\ ");
32153215exports = ___CSS_LOADER_API_IMPORT___(false);
@@ -3220,7 +3220,7 @@ module.exports = exports;
32203220"
32213221` ;
32223222
3223- exports [` "modules" option should work with a modules.auto returns "false": result 1` ] = `
3223+ exports [` "modules" option should work with a modules.auto Function that returns "false": result 1` ] = `
32243224Array [
32253225 Array [
32263226 "./modules/mode/relative.module.css",
@@ -3233,11 +3233,11 @@ Array [
32333233]
32343234` ;
32353235
3236- exports [` "modules" option should work with a modules.auto returns "false": warnings 1` ] = ` Array []` ;
3236+ exports [` "modules" option should work with a modules.auto Function that returns "false": warnings 1` ] = ` Array []` ;
32373237
3238- exports [` "modules" option should work with a modules.auto returns "true": errors 1` ] = ` Array []` ;
3238+ exports [` "modules" option should work with a modules.auto Function that returns "true": errors 1` ] = ` Array []` ;
32393239
3240- exports [` "modules" option should work with a modules.auto returns "true": module 1` ] = `
3240+ exports [` "modules" option should work with a modules.auto Function that returns "true": module 1` ] = `
32413241"// Imports
32423242var ___CSS_LOADER_API_IMPORT___ = require(\\ "../../../../src/runtime/api.js\\ ");
32433243exports = ___CSS_LOADER_API_IMPORT___(false);
@@ -3251,7 +3251,7 @@ module.exports = exports;
32513251"
32523252` ;
32533253
3254- exports [` "modules" option should work with a modules.auto returns "true": result 1` ] = `
3254+ exports [` "modules" option should work with a modules.auto Function that returns "true": result 1` ] = `
32553255Array [
32563256 Array [
32573257 "./modules/mode/relative.module.css",
@@ -3264,7 +3264,66 @@ Array [
32643264]
32653265` ;
32663266
3267- exports [` "modules" option should work with a modules.auto returns "true": warnings 1` ] = ` Array []` ;
3267+ exports [` "modules" option should work with a modules.auto Function that returns "true": warnings 1` ] = ` Array []` ;
3268+
3269+ exports [` "modules" option should work with a modules.auto RegExp that returns "false": errors 1` ] = ` Array []` ;
3270+
3271+ exports [` "modules" option should work with a modules.auto RegExp that returns "false": module 1` ] = `
3272+ "// Imports
3273+ var ___CSS_LOADER_API_IMPORT___ = require(\\ "../../../../src/runtime/api.js\\ ");
3274+ exports = ___CSS_LOADER_API_IMPORT___(false);
3275+ // Module
3276+ exports.push([module.id, \\ ".relative { \\\\n color : red ;\\\\n } \\\\ n\\ ", \\ "\\ "]);
3277+ // Exports
3278+ module.exports = exports;
3279+ "
3280+ ` ;
3281+
3282+ exports [` "modules" option should work with a modules.auto RegExp that returns "false": result 1` ] = `
3283+ Array [
3284+ Array [
3285+ "./modules/mode/relative.module.css",
3286+ ".relative {
3287+ color : red ;
3288+ }
3289+ ",
3290+ "",
3291+ ],
3292+ ]
3293+ ` ;
3294+
3295+ exports [` "modules" option should work with a modules.auto RegExp that returns "false": warnings 1` ] = ` Array []` ;
3296+
3297+ exports [` "modules" option should work with a modules.auto RegExp that returns "true": errors 1` ] = ` Array []` ;
3298+
3299+ exports [` "modules" option should work with a modules.auto RegExp that returns "true": module 1` ] = `
3300+ "// Imports
3301+ var ___CSS_LOADER_API_IMPORT___ = require(\\ "../../../../src/runtime/api.js\\ ");
3302+ exports = ___CSS_LOADER_API_IMPORT___(false);
3303+ // Module
3304+ exports.push([module.id, \\ ".y35Nud52-ZFXmqL6AWueX { \\\\n color : red ;\\\\n } \\\\ n\\ ", \\ "\\ "]);
3305+ // Exports
3306+ exports.locals = {
3307+ \\" relative\\ " : \\" y35Nud52-ZFXmqL6AWueX\\ "
3308+ } ;
3309+ module.exports = exports;
3310+ "
3311+ ` ;
3312+
3313+ exports [` "modules" option should work with a modules.auto RegExp that returns "true": result 1` ] = `
3314+ Array [
3315+ Array [
3316+ "./modules/mode/relative.module.css",
3317+ ".y35Nud52-ZFXmqL6AWueX {
3318+ color : red ;
3319+ }
3320+ ",
3321+ "",
3322+ ],
3323+ ]
3324+ ` ;
3325+
3326+ exports [` "modules" option should work with a modules.auto RegExp that returns "true": warnings 1` ] = ` Array []` ;
32683327
32693328exports [` "modules" option should work with case \` animation\` (\` modules\` value is \` false)\` : errors 1` ] = ` Array []` ;
32703329
0 commit comments