@@ -7,7 +7,7 @@ exports[`'preprocess' option should work with async "preprocessor" function opti
77var ___HTML_LOADER_IMPORT_0___ = new URL("./image.png", import.meta.url);
88// Module
99var code = \` <div >
10- <p >Alexander Krasnoyarov </p >
10+ <p >Firstname Lastname </p >
1111 <img src = " \${___HTML_LOADER_IMPORT_0___}" alt = " alt" />
1212<div >
1313\`;
@@ -17,7 +17,7 @@ export default code;"
1717
1818exports[`'preprocess' option should work with async "preprocessor" function option: result 1`] = `
1919"<div >
20- <p >Alexander Krasnoyarov </p >
20+ <p >Firstname Lastname </p >
2121 <img src = " replaced_file_protocol_/webpack/public/path/image-7bc91c245a8a10a4.png" alt = " alt" />
2222<div >
2323"
@@ -52,7 +52,7 @@ exports[`'preprocess' option should work with the "preprocessor" option: module
5252var ___HTML_LOADER_IMPORT_0___ = new URL("./image.png", import.meta.url);
5353// Module
5454var code = \`<div >
55- <p >Alexander Krasnoyarov </p >
55+ <p >Firstname Lastname </p >
5656 <img src = " \${___HTML_LOADER_IMPORT_0___}" alt = " alt" />
5757<div >
5858\`;
@@ -62,7 +62,7 @@ export default code;"
6262
6363exports[`'preprocess' option should work with the "preprocessor" option: result 1`] = `
6464"<div >
65- <p >Alexander Krasnoyarov </p >
65+ <p >Firstname Lastname </p >
6666 <img src = " replaced_file_protocol_/webpack/public/path/image-7bc91c245a8a10a4.png" alt = " alt" />
6767<div >
6868"
0 commit comments