@@ -34,23 +34,6 @@ Array [
34
34
35
35
exports [` sourceMap option false should not generate source map when source map is \` undefined\` from other loader: warnings 1` ] = ` Array []` ;
36
36
37
- exports [` sourceMap option false should not generate source map when source map is valid and it is string from other loader: errors 1` ] = ` Array []` ;
38
-
39
- exports [` sourceMap option false should not generate source map when source map is valid and it is string from other loader: module (evaluated) 1` ] = `
40
- Array [
41
- Array [
42
- 1,
43
- ".class {
44
- color : red ;
45
- }
46
- ",
47
- "",
48
- ],
49
- ]
50
- ` ;
51
-
52
- exports [` sourceMap option false should not generate source map when source map is valid and it is string from other loader: warnings 1` ] = ` Array []` ;
53
-
54
37
exports [` sourceMap option false should not generate source map: errors 1` ] = ` Array []` ;
55
38
56
39
exports [` sourceMap option false should not generate source map: module (evaluated) 1` ] = `
@@ -68,23 +51,6 @@ Array [
68
51
69
52
exports [` sourceMap option false should not generate source map: warnings 1` ] = ` Array []` ;
70
53
71
- exports [` sourceMap option false should not generate sourceMap when source map is valid from other loader: errors 1` ] = ` Array []` ;
72
-
73
- exports [` sourceMap option false should not generate sourceMap when source map is valid from other loader: module (evaluated) 1` ] = `
74
- Array [
75
- Array [
76
- 1,
77
- ".class {
78
- color : red ;
79
- }
80
- ",
81
- "",
82
- ],
83
- ]
84
- ` ;
85
-
86
- exports [` sourceMap option false should not generate sourceMap when source map is valid from other loader: warnings 1` ] = ` Array []` ;
87
-
88
54
exports [` sourceMap option true should generate source map when source map is \` null\` from other loader: errors 1` ] = ` Array []` ;
89
55
90
56
exports [` sourceMap option true should generate source map when source map is \` null\` from other loader: module (evaluated) 1` ] = `
@@ -100,9 +66,8 @@ Array [
100
66
" file" : " basic.css" ,
101
67
" mappings" : " AAAA;EACE,UAAU;AACZ" ,
102
68
" names" : Array [],
103
- " sourceRoot" : " " ,
104
69
" sources" : Array [
105
- " /replaced/original/path/ " ,
70
+ " basic.css " ,
106
71
],
107
72
" sourcesContent" : Array [
108
73
" .class {
@@ -133,9 +98,8 @@ Array [
133
98
" file" : " basic.css" ,
134
99
" mappings" : " AAAA;EACE,UAAU;AACZ" ,
135
100
" names" : Array [],
136
- " sourceRoot" : " " ,
137
101
" sources" : Array [
138
- " /replaced/original/path/ " ,
102
+ " basic.css " ,
139
103
],
140
104
" sourcesContent" : Array [
141
105
" .class {
@@ -151,76 +115,6 @@ Array [
151
115
152
116
exports [` sourceMap option true should generate source map when source map is \` undefined\` from other loader: warnings 1` ] = ` Array []` ;
153
117
154
- exports [` sourceMap option true should generate source map when source map is valid and it is string from other loader: errors 1` ] = ` Array []` ;
155
-
156
- exports [` sourceMap option true should generate source map when source map is valid and it is string from other loader: module (evaluated) 1` ] = `
157
- Array [
158
- Array [
159
- 1,
160
- ".class {
161
- color : red ;
162
- }
163
- ",
164
- "",
165
- Object {
166
- " file" : " basic.css" ,
167
- " mappings" : " AAAA;ECCE,UAAU;AACZ" ,
168
- " names" : Array [],
169
- " sourceRoot" : " " ,
170
- " sources" : Array [
171
- " /replaced/original/path/" ,
172
- " /replaced/original/path/" ,
173
- ],
174
- " sourcesContent" : Array [
175
- " .class { a: b c d; }" ,
176
- " .class {
177
- color : red ;
178
- }
179
- " ,
180
- ],
181
- " version" : 3 ,
182
- } ,
183
- ],
184
- ]
185
- ` ;
186
-
187
- exports [` sourceMap option true should generate source map when source map is valid and it is string from other loader: warnings 1` ] = ` Array []` ;
188
-
189
- exports [` sourceMap option true should generate source map when source map is valid from other loader: errors 1` ] = ` Array []` ;
190
-
191
- exports [` sourceMap option true should generate source map when source map is valid from other loader: module (evaluated) 1` ] = `
192
- Array [
193
- Array [
194
- 1,
195
- ".class {
196
- color : red ;
197
- }
198
- ",
199
- "",
200
- Object {
201
- " file" : " basic.css" ,
202
- " mappings" : " AAAA;ECCE,UAAU;AACZ" ,
203
- " names" : Array [],
204
- " sourceRoot" : " " ,
205
- " sources" : Array [
206
- " /replaced/original/path/" ,
207
- " /replaced/original/path/" ,
208
- ],
209
- " sourcesContent" : Array [
210
- " .class { a: b c d; }" ,
211
- " .class {
212
- color : red ;
213
- }
214
- " ,
215
- ],
216
- " version" : 3 ,
217
- } ,
218
- ],
219
- ]
220
- ` ;
221
-
222
- exports [` sourceMap option true should generate source map when source map is valid from other loader: warnings 1` ] = ` Array []` ;
223
-
224
118
exports [` sourceMap option true should generate source map: errors 1` ] = ` Array []` ;
225
119
226
120
exports [` sourceMap option true should generate source map: module (evaluated) 1` ] = `
@@ -236,9 +130,8 @@ Array [
236
130
" file" : " basic.css" ,
237
131
" mappings" : " AAAA;EACE,UAAU;AACZ" ,
238
132
" names" : Array [],
239
- " sourceRoot" : " " ,
240
133
" sources" : Array [
241
- " /replaced/original/path/ " ,
134
+ " basic.css " ,
242
135
],
243
136
" sourcesContent" : Array [
244
137
" .class {
0 commit comments