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
Copy file name to clipboardexpand all lines: test/__snapshots__/url-option.test.js.snap
+37
Original file line number
Diff line number
Diff line change
@@ -2538,6 +2538,43 @@ Warning
2538
2538
]
2539
2539
`;
2540
2540
2541
+
exports[`"url" option should work with absolute URLs: errors 1`] = `Array []`;
2542
+
2543
+
exports[`"url" option should work with absolute URLs: module 1`] = `
2544
+
"// Imports
2545
+
import ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from \\"../../../src/runtime/noSourceMaps.js\\";
2546
+
import ___CSS_LOADER_API_IMPORT___ from \\"../../../src/runtime/api.js\\";
2547
+
import ___CSS_LOADER_GET_URL_IMPORT___ from \\"../../../src/runtime/getUrl.js\\";
2548
+
var ___CSS_LOADER_URL_IMPORT_0___ = new URL(\\"https://raw.githubusercontent.com/webpack-contrib/css-loader/master/test/fixtures/url/img.png\\", import.meta.url);
2549
+
var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___);
0 commit comments