@@ -3397,9 +3397,9 @@ Array [
33973397
33983398exports[`"modules" option should work and respect the "hashSalt" option: warnings 1`] = `Array []`;
33993399
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 []`;
34013401
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`] = `
34033403"// Imports
34043404import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from \\"../../../../src/runtime/noSourceMaps.js\\";
34053405import ___CSS_LOADER_API_IMPORT___ from \\"../../../../src/runtime/api.js\\";
@@ -3461,7 +3461,7 @@ export default ___CSS_LOADER_EXPORT___;
34613461"
34623462`;
34633463
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`] = `
34653465Array [
34663466 Array [
34673467 "./modules/localIdentName/localIdentName.css",
@@ -3585,11 +3585,11 @@ Array [
35853585]
35863586`;
35873587
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 []`;
35893589
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 []`;
35913591
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`] = `
35933593"// Imports
35943594import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from \\"../../../../src/runtime/noSourceMaps.js\\";
35953595import ___CSS_LOADER_API_IMPORT___ from \\"../../../../src/runtime/api.js\\";
@@ -3651,7 +3651,7 @@ export default ___CSS_LOADER_EXPORT___;
36513651"
36523652`;
36533653
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`] = `
36553655Array [
36563656 Array [
36573657 "./modules/localIdentName/localIdentName.css",
@@ -3775,11 +3775,11 @@ Array [
37753775]
37763776`;
37773777
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 []`;
37793779
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 []`;
37813781
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`] = `
37833783"// Imports
37843784import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from \\"../../../../src/runtime/noSourceMaps.js\\";
37853785import ___CSS_LOADER_API_IMPORT___ from \\"../../../../src/runtime/api.js\\";
@@ -3841,7 +3841,7 @@ export default ___CSS_LOADER_EXPORT___;
38413841"
38423842`;
38433843
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`] = `
38453845Array [
38463846 Array [
38473847 "./modules/localIdentName/localIdentName.css",
@@ -3965,7 +3965,7 @@ Array [
39653965]
39663966`;
39673967
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 []`;
39693969
39703970exports[`"modules" option should work and respect the "localConvention" option with the "asIs" value: errors 1`] = `Array []`;
39713971
0 commit comments