@@ -377,7 +377,7 @@ exports[`"modules" option issue #1063 throw error: module 1`] = `
377
377
var ___CSS_LOADER_API_IMPORT___ = require(\\ "../../../../src/runtime/api.js\\ ");
378
378
exports = ___CSS_LOADER_API_IMPORT___(false);
379
379
// Module
380
- exports.push([module.id, \\ ".className { \\\\n color : green ;\\\\n } \\\\ n\\\\ n:global(.otherClass ) { \\\\n color : blue ;\\\\n } \\\\ n\\ ", \\ "\\ "]);
380
+ exports.push([module.id, \\ ".classNameLocalFile { \\\\n color : green ;\\\\n } \\\\ n\\\\ n:global(.otherClassLocalFile ) { \\\\n color : blue ;\\\\n } \\\\ n\\ ", \\ "\\ "]);
381
381
// Exports
382
382
module.exports = exports;
383
383
"
@@ -388,26 +388,26 @@ exports[`"modules" option issue #1063 throw error: module 2`] = `
388
388
var ___CSS_LOADER_API_IMPORT___ = require(\\ "../../../../src/runtime/api.js\\ ");
389
389
exports = ___CSS_LOADER_API_IMPORT___(false);
390
390
// Module
391
- exports.push([module.id, \\ ".className { \\\\n color : green ;\\\\n } \\\\ n\\\\ n:local(.otherClass ) { \\\\n color : blue ;\\\\n } \\\\ n\\ ", \\ "\\ "]);
391
+ exports.push([module.id, \\ ".classNameGlobalFile { \\\\n color : black ;\\\\n } \\\\ n\\\\ n:local(.otherClassGlobalFile ) { \\\\n color : coral ;\\\\n } \\\\ n\\ ", \\ "\\ "]);
392
392
// Exports
393
393
module.exports = exports;
394
394
"
395
395
` ;
396
396
397
397
exports [` "modules" option issue #1063 throw error: result 1` ] = `
398
- ".className {
398
+ ".classNameLocalFile {
399
399
color : green ;
400
400
}
401
401
402
- :global(.otherClass ) {
402
+ :global(.otherClassLocalFile ) {
403
403
color : blue ;
404
404
}
405
- .className {
406
- color : green ;
405
+ .classNameGlobalFile {
406
+ color : black ;
407
407
}
408
408
409
- :local(.otherClass ) {
410
- color : blue ;
409
+ :local(.otherClassGlobalFile ) {
410
+ color : coral ;
411
411
}
412
412
"
413
413
` ;
@@ -421,10 +421,10 @@ exports[`"modules" option issue #1063: module 1`] = `
421
421
var ___CSS_LOADER_API_IMPORT___ = require(\\ "../../../../src/runtime/api.js\\ ");
422
422
exports = ___CSS_LOADER_API_IMPORT___(false);
423
423
// Module
424
- exports.push([module.id, \\ "._1iR-jQngOXizCZOLZck-4P { \\\\n color : green ;\\\\n } \\\\ n\\\\ n.otherClass { \\\\n color : blue ;\\\\n } \\\\ n\\ ", \\ "\\ "]);
424
+ exports.push([module.id, \\ "._2cZDGA9F7Kx1vfQmWcLP51 { \\\\n color : green ;\\\\n } \\\\ n\\\\ n.otherClassLocalFile { \\\\n color : blue ;\\\\n } \\\\ n\\ ", \\ "\\ "]);
425
425
// Exports
426
426
exports.locals = {
427
- \\" className \\ " : \\" _1iR-jQngOXizCZOLZck-4P \\ "
427
+ \\" classNameLocalFile \\ " : \\" _2cZDGA9F7Kx1vfQmWcLP51 \\ "
428
428
} ;
429
429
module.exports = exports;
430
430
"
@@ -435,30 +435,29 @@ exports[`"modules" option issue #1063: module 2`] = `
435
435
var ___CSS_LOADER_API_IMPORT___ = require(\\ "../../../../src/runtime/api.js\\ ");
436
436
exports = ___CSS_LOADER_API_IMPORT___(false);
437
437
// Module
438
- exports.push([module.id, \\ "._2WZy6LhVz_KGVbdNCAmL6C { \\\\n color : green ;\\\\n } \\\\ n\\\\ n._7mafm73rmgiKuViZtzNmn { \\\\n color : blue ;\\\\n } \\\\ n\\ ", \\ "\\ "]);
438
+ exports.push([module.id, \\ ".classNameGlobalFile { \\\\n color : black ;\\\\n } \\\\ n\\\\ n._2rcag09JpwrP4_hfyyRmm- { \\\\n color : coral ;\\\\n } \\\\ n\\ ", \\ "\\ "]);
439
439
// Exports
440
440
exports.locals = {
441
- \\" className\\ " : \\" _2WZy6LhVz_KGVbdNCAmL6C\\ " ,
442
- \\" otherClass\\ " : \\" _7mafm73rmgiKuViZtzNmn\\ "
441
+ \\" otherClassGlobalFile\\ " : \\" _2rcag09JpwrP4_hfyyRmm-\\ "
443
442
} ;
444
443
module.exports = exports;
445
444
"
446
445
` ;
447
446
448
447
exports [` "modules" option issue #1063: result 1` ] = `
449
- "._1iR-jQngOXizCZOLZck-4P {
448
+ "._2cZDGA9F7Kx1vfQmWcLP51 {
450
449
color : green ;
451
450
}
452
451
453
- .otherClass {
452
+ .otherClassLocalFile {
454
453
color : blue ;
455
454
}
456
- ._2WZy6LhVz_KGVbdNCAmL6C {
457
- color : green ;
455
+ .classNameGlobalFile {
456
+ color : black ;
458
457
}
459
458
460
- ._7mafm73rmgiKuViZtzNmn {
461
- color : blue ;
459
+ ._2rcag09JpwrP4_hfyyRmm- {
460
+ color : coral ;
462
461
}
463
462
"
464
463
` ;
0 commit comments