@@ -3397,9 +3397,9 @@ Array [
3397
3397
3398
3398
exports[`"modules" option should work and respect the "hashSalt" option: warnings 1`] = `Array []`;
3399
3399
3400
- exports[`"modules" option should work and respect the "hashStrategy" = "auto " and [local]: errors 1`] = `Array []`;
3400
+ exports[`"modules" option should work and respect the "hashStrategy" = "minimal-subset " and [local]: errors 1`] = `Array []`;
3401
3401
3402
- exports[`"modules" option should work and respect the "hashStrategy" = "auto " and [local]: module 1`] = `
3402
+ exports[`"modules" option should work and respect the "hashStrategy" = "minimal-subset " and [local]: module 1`] = `
3403
3403
"// Imports
3404
3404
import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from \\"../../../../src/runtime/noSourceMaps.js\\";
3405
3405
import ___CSS_LOADER_API_IMPORT___ from \\"../../../../src/runtime/api.js\\";
@@ -3461,7 +3461,7 @@ export default ___CSS_LOADER_EXPORT___;
3461
3461
"
3462
3462
`;
3463
3463
3464
- exports[`"modules" option should work and respect the "hashStrategy" = "auto " and [local]: result 1`] = `
3464
+ exports[`"modules" option should work and respect the "hashStrategy" = "minimal-subset " and [local]: result 1`] = `
3465
3465
Array [
3466
3466
Array [
3467
3467
"./modules/localIdentName/localIdentName.css",
@@ -3585,11 +3585,11 @@ Array [
3585
3585
]
3586
3586
`;
3587
3587
3588
- exports[`"modules" option should work and respect the "hashStrategy" = "auto " and [local]: warnings 1`] = `Array []`;
3588
+ exports[`"modules" option should work and respect the "hashStrategy" = "minimal-subset " and [local]: warnings 1`] = `Array []`;
3589
3589
3590
- exports[`"modules" option should work and respect the "hashStrategy" = "auto " and no [local]: errors 1`] = `Array []`;
3590
+ exports[`"modules" option should work and respect the "hashStrategy" = "minimal-subset " and no [local]: errors 1`] = `Array []`;
3591
3591
3592
- exports[`"modules" option should work and respect the "hashStrategy" = "auto " and no [local]: module 1`] = `
3592
+ exports[`"modules" option should work and respect the "hashStrategy" = "minimal-subset " and no [local]: module 1`] = `
3593
3593
"// Imports
3594
3594
import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from \\"../../../../src/runtime/noSourceMaps.js\\";
3595
3595
import ___CSS_LOADER_API_IMPORT___ from \\"../../../../src/runtime/api.js\\";
@@ -3651,7 +3651,7 @@ export default ___CSS_LOADER_EXPORT___;
3651
3651
"
3652
3652
`;
3653
3653
3654
- exports[`"modules" option should work and respect the "hashStrategy" = "auto " and no [local]: result 1`] = `
3654
+ exports[`"modules" option should work and respect the "hashStrategy" = "minimal-subset " and no [local]: result 1`] = `
3655
3655
Array [
3656
3656
Array [
3657
3657
"./modules/localIdentName/localIdentName.css",
@@ -3775,11 +3775,11 @@ Array [
3775
3775
]
3776
3776
`;
3777
3777
3778
- exports[`"modules" option should work and respect the "hashStrategy" = "auto " and no [local]: warnings 1`] = `Array []`;
3778
+ exports[`"modules" option should work and respect the "hashStrategy" = "minimal-subset " and no [local]: warnings 1`] = `Array []`;
3779
3779
3780
- exports[`"modules" option should work and respect the "hashStrategy" = "use -local-name": errors 1`] = `Array []`;
3780
+ exports[`"modules" option should work and respect the "hashStrategy" = "resource-path-and -local-name": errors 1`] = `Array []`;
3781
3781
3782
- exports[`"modules" option should work and respect the "hashStrategy" = "use -local-name": module 1`] = `
3782
+ exports[`"modules" option should work and respect the "hashStrategy" = "resource-path-and -local-name": module 1`] = `
3783
3783
"// Imports
3784
3784
import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from \\"../../../../src/runtime/noSourceMaps.js\\";
3785
3785
import ___CSS_LOADER_API_IMPORT___ from \\"../../../../src/runtime/api.js\\";
@@ -3841,7 +3841,7 @@ export default ___CSS_LOADER_EXPORT___;
3841
3841
"
3842
3842
`;
3843
3843
3844
- exports[`"modules" option should work and respect the "hashStrategy" = "use -local-name": result 1`] = `
3844
+ exports[`"modules" option should work and respect the "hashStrategy" = "resource-path-and -local-name": result 1`] = `
3845
3845
Array [
3846
3846
Array [
3847
3847
"./modules/localIdentName/localIdentName.css",
@@ -3965,7 +3965,7 @@ Array [
3965
3965
]
3966
3966
`;
3967
3967
3968
- exports[`"modules" option should work and respect the "hashStrategy" = "use -local-name": warnings 1`] = `Array []`;
3968
+ exports[`"modules" option should work and respect the "hashStrategy" = "resource-path-and -local-name": warnings 1`] = `Array []`;
3969
3969
3970
3970
exports[`"modules" option should work and respect the "localConvention" option with the "asIs" value: errors 1`] = `Array []`;
3971
3971
0 commit comments