@@ -3482,15 +3482,15 @@ Array [
34823482}
34833483
34843484@font-face {
3485- src: url(data:font/ woff;base64, ) format('woff'),
3486- url(data:font/ woff2;base64, ) format('woff2'),
3487- url(data:application/vnd.ms-fontobject;base64, ) format('eot'),
3488- url(data:font/ ttf;base64, ) format('truetype'),
3489- url(data:application/vnd.ms-fontobject;base64, ) format(\\"embedded-opentype\\"),
3490- url(data:image/ svg+xml;base64, #svgFontName) format('svg'),
3491- url(data:font/ woff2;base64, ) format('woff2'),
3492- url(data:application/vnd.ms-fontobject;base64, ?#iefix) format('embedded-opentype'),
3493- url(data:application/vnd.ms-fontobject;base64, ?#iefix) format('embedded-opentype');
3485+ src: url(replaced_file_protocol_/webpack/public/path/font. woff) format('woff'),
3486+ url(replaced_file_protocol_/webpack/public/path/font. woff2) format('woff2'),
3487+ url(replaced_file_protocol_/webpack/public/path/font.eot ) format('eot'),
3488+ url(replaced_file_protocol_/webpack/public/path/font. ttf) format('truetype'),
3489+ url(\\"replaced_file_protocol_/webpack/public/path/font%20with%20spaces.eot\\" ) format(\\"embedded-opentype\\"),
3490+ url(replaced_file_protocol_/webpack/public/path/font. svg#svgFontName) format('svg'),
3491+ url(replaced_file_protocol_/webpack/public/path/font. woff2) format('woff2'),
3492+ url(replaced_file_protocol_/webpack/public/path/font.eot ?#iefix) format('embedded-opentype'),
3493+ url(\\"replaced_file_protocol_/webpack/public/path/font%20with%20spaces.eot ?#iefix\\" ) format('embedded-opentype');
34943494}
34953495
34963496@media (min-width: 500px) {
@@ -3792,7 +3792,7 @@ a {
37923792/* We need to use \`resourceQuery: /inline/\` */
37933793/* Hard to test on webpack v4 */
37943794.qqq {
3795- background: url(data:image/ png;base64,bW9kdWxlLmV4cG9ydHMgPSBfX3dlYnBhY2tfcHVibGljX3BhdGhfXyArICJjdXN0b20taW1nLnBuZyI= )
3795+ background: url(replaced_file_protocol_/webpack/public/path/img-single. png)
37963796}
37973797",
37983798 "",
0 commit comments