@@ -127,8 +127,11 @@ exports[`loader should compile with \`css\` entry point (with \`modules\` and sc
127
127
exports [` loader should compile with \` css\` entry point (with \` modules\` and scope \` global\` ): module (evaluated) 1` ] = `
128
128
Array [
129
129
Array [
130
- null,
131
- "nothing",
130
+ 2,
131
+ ".foo {
132
+ color : red ;
133
+ }
134
+ ",
132
135
"",
133
136
],
134
137
Array [
@@ -139,11 +142,11 @@ Array [
139
142
140
143
.class {
141
144
color : red ;
142
- background : url (nothing );
145
+ background : url (/ webpack / public / path / img . png );
143
146
}
144
147
145
148
.class-duplicate-url {
146
- background : url (nothing );
149
+ background : url (/ webpack / public / path / img . png );
147
150
}
148
151
149
152
:root {
@@ -416,8 +419,11 @@ exports[`loader should compile with \`css\` entry point (with \`modules\` and sc
416
419
exports [` loader should compile with \` css\` entry point (with \` modules\` and scope \` local\` ): module (evaluated) 1` ] = `
417
420
Array [
418
421
Array [
419
- null,
420
- "nothing",
422
+ 2,
423
+ ".KTxgbb6qrDrjy0obHlZaJ {
424
+ color : red ;
425
+ }
426
+ ",
421
427
"",
422
428
],
423
429
Array [
@@ -428,11 +434,11 @@ Array [
428
434
429
435
._1PSZ4tK4URrenXyNSoawrx {
430
436
color : red ;
431
- background : url (nothing );
437
+ background : url (/ webpack / public / path / img . png );
432
438
}
433
439
434
440
._3YYoEr128Gk7ZgfRycu4tr {
435
- background : url (nothing );
441
+ background : url (/ webpack / public / path / img . png );
436
442
}
437
443
438
444
:root {
@@ -729,8 +735,11 @@ exports[`loader should compile with \`css\` entry point: escape 1`] = `
729
735
exports [` loader should compile with \` css\` entry point: module (evaluated) 1` ] = `
730
736
Array [
731
737
Array [
732
- null,
733
- "nothing",
738
+ 2,
739
+ ".foo {
740
+ color : red ;
741
+ }
742
+ ",
734
743
"",
735
744
],
736
745
Array [
@@ -741,11 +750,11 @@ Array [
741
750
742
751
.class {
743
752
color : red ;
744
- background : url (nothing );
753
+ background : url (/ webpack / public / path / img . png );
745
754
}
746
755
747
756
.class-duplicate-url {
748
- background : url (nothing );
757
+ background : url (/ webpack / public / path / img . png );
749
758
}
750
759
751
760
:root {
@@ -1018,8 +1027,11 @@ exports[`loader should compile with \`js\` entry point: escape 1`] = `
1018
1027
exports [` loader should compile with \` js\` entry point: module (evaluated) 1` ] = `
1019
1028
Array [
1020
1029
Array [
1021
- null,
1022
- "nothing",
1030
+ 2,
1031
+ ".foo {
1032
+ color : red ;
1033
+ }
1034
+ ",
1023
1035
"",
1024
1036
],
1025
1037
Array [
@@ -1030,11 +1042,11 @@ Array [
1030
1042
1031
1043
.class {
1032
1044
color : red ;
1033
- background : url (nothing );
1045
+ background : url (/ webpack / public / path / img . png );
1034
1046
}
1035
1047
1036
1048
.class-duplicate-url {
1037
- background : url (nothing );
1049
+ background : url (/ webpack / public / path / img . png );
1038
1050
}
1039
1051
1040
1052
:root {
0 commit comments