You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exports[`source-map-loader should process css sourceMap and skip source content: warnings 1`] =`
166
+
[
167
+
"ModuleWarning: Module Warning (from \`replaced original path\`):
168
+
Failed to parse source map from '/test/fixtures/unresolved-file.js' file: Error: ENOENT: no such file or directory, open '/test/fixtures/unresolved-file.js'",
169
+
]
170
+
`;
171
+
137
172
exports[`source-map-loader should process css sourceMap: code 1`] =`
138
173
"* {
139
174
box-sizing: border-box; }
@@ -159,16 +194,8 @@ exports[`source-map-loader should process css sourceMap: code 1`] = `
159
194
"
160
195
`;
161
196
162
-
exports[`source-map-loader should process css sourceMap: code 2`] =`
163
-
"// Skip SourcesContent in SourceMap
164
-
// comment
165
-
"
166
-
`;
167
-
168
197
exports[`source-map-loader should process css sourceMap: errors 1`] =`[]`;
169
198
170
-
exports[`source-map-loader should process css sourceMap: errors 2`] =`[]`;
171
-
172
199
exports[`source-map-loader should process css sourceMap: map 1`] =`
173
200
{
174
201
"file": "app.css",
@@ -210,35 +237,8 @@ exports[`source-map-loader should process css sourceMap: map 1`] = `
210
237
}
211
238
`;
212
239
213
-
exports[`source-map-loader should process css sourceMap: map 2`] =`
214
-
{
215
-
"mappings": "AAAA",
216
-
"sources": [
217
-
"/test/fixtures/normal-file.js - (normalized for test)",
218
-
"unresolved-file.js",
219
-
"/test/fixtures/normal-file2.js - (normalized for test)",
exports[`source-map-loader should process css sourceMap: warnings 1`] =`[]`;
234
241
235
-
exports[`source-map-loader should process css sourceMap: warnings 2`] =`
236
-
[
237
-
"ModuleWarning: Module Warning (from \`replaced original path\`):
238
-
Failed to parse source map from '/test/fixtures/unresolved-file.js' file: Error: ENOENT: no such file or directory, open '/test/fixtures/unresolved-file.js'",
239
-
]
240
-
`;
241
-
242
242
exports[`source-map-loader should process external SourceMaps (external sources): code 1`] =`
0 commit comments