@@ -3790,65 +3790,6 @@ Array [
3790
3790
3791
3791
exports [` "modules" option should work when the "getLocalIdent" option returns "false": warnings 1` ] = ` Array []` ;
3792
3792
3793
- exports [` "modules" option should work with a modules.auto Boolean that is "false": errors 1` ] = ` Array []` ;
3794
-
3795
- exports [` "modules" option should work with a modules.auto Boolean that is "false": module 1` ] = `
3796
- "// Imports
3797
- import ___CSS_LOADER_API_IMPORT___ from \\ "../../../../src/runtime/api.js\\ ";
3798
- var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(false);
3799
- // Module
3800
- ___CSS_LOADER_EXPORT___.push([module.id, \\ ".relative { \\\\n color : red ;\\\\n } \\\\ n\\ ", \\ "\\ "]);
3801
- // Exports
3802
- export default ___CSS_LOADER_EXPORT___;
3803
- "
3804
- ` ;
3805
-
3806
- exports [` "modules" option should work with a modules.auto Boolean that is "false": result 1` ] = `
3807
- Array [
3808
- Array [
3809
- "./modules/mode/relative.module.css",
3810
- ".relative {
3811
- color : red ;
3812
- }
3813
- ",
3814
- "",
3815
- ],
3816
- ]
3817
- ` ;
3818
-
3819
- exports [` "modules" option should work with a modules.auto Boolean that is "false": warnings 1` ] = ` Array []` ;
3820
-
3821
- exports [` "modules" option should work with a modules.auto Boolean that is "true": errors 1` ] = ` Array []` ;
3822
-
3823
- exports [` "modules" option should work with a modules.auto Boolean that is "true": module 1` ] = `
3824
- "// Imports
3825
- import ___CSS_LOADER_API_IMPORT___ from \\ "../../../../src/runtime/api.js\\ ";
3826
- var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(false);
3827
- // Module
3828
- ___CSS_LOADER_EXPORT___.push([module.id, \\ "._1HULUYtV_Lb49H2tf3WnVr { \\\\n color : red ;\\\\n } \\\\ n\\ ", \\ "\\ "]);
3829
- // Exports
3830
- ___CSS_LOADER_EXPORT___.locals = {
3831
- \\" relative\\ " : \\" _1HULUYtV_Lb49H2tf3WnVr\\ "
3832
- } ;
3833
- export default ___CSS_LOADER_EXPORT___;
3834
- "
3835
- ` ;
3836
-
3837
- exports [` "modules" option should work with a modules.auto Boolean that is "true": result 1` ] = `
3838
- Array [
3839
- Array [
3840
- "./modules/mode/relative.module.css",
3841
- "._1HULUYtV_Lb49H2tf3WnVr {
3842
- color : red ;
3843
- }
3844
- ",
3845
- "",
3846
- ],
3847
- ]
3848
- ` ;
3849
-
3850
- exports [` "modules" option should work with a modules.auto Boolean that is "true": warnings 1` ] = ` Array []` ;
3851
-
3852
3793
exports [` "modules" option should work with a modules.auto Function that returns "false": errors 1` ] = ` Array []` ;
3853
3794
3854
3795
exports [` "modules" option should work with a modules.auto Function that returns "false": module 1` ] = `
@@ -11941,6 +11882,96 @@ Array [
11941
11882
11942
11883
exports [` "modules" option should work with the "[local]" placeholder for the "localIdentName" option: warnings 1` ] = ` Array []` ;
11943
11884
11885
+ exports [` "modules" option should work with the "auto" by default: errors 1` ] = ` Array []` ;
11886
+
11887
+ exports [` "modules" option should work with the "auto" by default: module 1` ] = `
11888
+ "// Imports
11889
+ import ___CSS_LOADER_API_IMPORT___ from \\ "../../../../src/runtime/api.js\\ ";
11890
+ var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(false);
11891
+ // Module
11892
+ ___CSS_LOADER_EXPORT___.push([module.id, \\ "._1HULUYtV_Lb49H2tf3WnVr { \\\\n color : red ;\\\\n } \\\\ n\\ ", \\ "\\ "]);
11893
+ // Exports
11894
+ ___CSS_LOADER_EXPORT___.locals = {
11895
+ \\" relative\\ " : \\" _1HULUYtV_Lb49H2tf3WnVr\\ "
11896
+ } ;
11897
+ export default ___CSS_LOADER_EXPORT___;
11898
+ "
11899
+ ` ;
11900
+
11901
+ exports [` "modules" option should work with the "auto" by default: result 1` ] = `
11902
+ Array [
11903
+ Array [
11904
+ "./modules/mode/relative.module.css",
11905
+ "._1HULUYtV_Lb49H2tf3WnVr {
11906
+ color : red ;
11907
+ }
11908
+ ",
11909
+ "",
11910
+ ],
11911
+ ]
11912
+ ` ;
11913
+
11914
+ exports [` "modules" option should work with the "auto" by default: warnings 1` ] = ` Array []` ;
11915
+
11916
+ exports [` "modules" option should work with the "auto" when it is "false": errors 1` ] = ` Array []` ;
11917
+
11918
+ exports [` "modules" option should work with the "auto" when it is "false": module 1` ] = `
11919
+ "// Imports
11920
+ import ___CSS_LOADER_API_IMPORT___ from \\ "../../../../src/runtime/api.js\\ ";
11921
+ var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(false);
11922
+ // Module
11923
+ ___CSS_LOADER_EXPORT___.push([module.id, \\ ".relative { \\\\n color : red ;\\\\n } \\\\ n\\ ", \\ "\\ "]);
11924
+ // Exports
11925
+ export default ___CSS_LOADER_EXPORT___;
11926
+ "
11927
+ ` ;
11928
+
11929
+ exports [` "modules" option should work with the "auto" when it is "false": result 1` ] = `
11930
+ Array [
11931
+ Array [
11932
+ "./modules/mode/relative.module.css",
11933
+ ".relative {
11934
+ color : red ;
11935
+ }
11936
+ ",
11937
+ "",
11938
+ ],
11939
+ ]
11940
+ ` ;
11941
+
11942
+ exports [` "modules" option should work with the "auto" when it is "false": warnings 1` ] = ` Array []` ;
11943
+
11944
+ exports [` "modules" option should work with the "auto" when it is "true": errors 1` ] = ` Array []` ;
11945
+
11946
+ exports [` "modules" option should work with the "auto" when it is "true": module 1` ] = `
11947
+ "// Imports
11948
+ import ___CSS_LOADER_API_IMPORT___ from \\ "../../../../src/runtime/api.js\\ ";
11949
+ var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(false);
11950
+ // Module
11951
+ ___CSS_LOADER_EXPORT___.push([module.id, \\ "._1HULUYtV_Lb49H2tf3WnVr { \\\\n color : red ;\\\\n } \\\\ n\\ ", \\ "\\ "]);
11952
+ // Exports
11953
+ ___CSS_LOADER_EXPORT___.locals = {
11954
+ \\" relative\\ " : \\" _1HULUYtV_Lb49H2tf3WnVr\\ "
11955
+ } ;
11956
+ export default ___CSS_LOADER_EXPORT___;
11957
+ "
11958
+ ` ;
11959
+
11960
+ exports [` "modules" option should work with the "auto" when it is "true": result 1` ] = `
11961
+ Array [
11962
+ Array [
11963
+ "./modules/mode/relative.module.css",
11964
+ "._1HULUYtV_Lb49H2tf3WnVr {
11965
+ color : red ;
11966
+ }
11967
+ ",
11968
+ "",
11969
+ ],
11970
+ ]
11971
+ ` ;
11972
+
11973
+ exports [` "modules" option should work with the "auto" when it is "true": warnings 1` ] = ` Array []` ;
11974
+
11944
11975
exports [` "modules" option should work with the \` exportGlobals\` option (the \` mode\` option is \` global\` ): errors 1` ] = ` Array []` ;
11945
11976
11946
11977
exports [` "modules" option should work with the \` exportGlobals\` option (the \` mode\` option is \` global\` ): module 1` ] = `
0 commit comments