@@ -7,7 +7,7 @@ exports[`'preprocess' option should work with async "preprocessor" function opti
7
7
var ___HTML_LOADER_IMPORT_0___ = new URL("./image.png", import.meta.url);
8
8
// Module
9
9
var code = \` <div >
10
- <p >Alexander Krasnoyarov </p >
10
+ <p >Firstname Lastname </p >
11
11
<img src = " \${___HTML_LOADER_IMPORT_0___}" alt = " alt" />
12
12
<div >
13
13
\`;
@@ -17,7 +17,7 @@ export default code;"
17
17
18
18
exports[`'preprocess' option should work with async "preprocessor" function option: result 1`] = `
19
19
"<div >
20
- <p >Alexander Krasnoyarov </p >
20
+ <p >Firstname Lastname </p >
21
21
<img src = " replaced_file_protocol_/webpack/public/path/image-7bc91c245a8a10a4.png" alt = " alt" />
22
22
<div >
23
23
"
@@ -52,7 +52,7 @@ exports[`'preprocess' option should work with the "preprocessor" option: module
52
52
var ___HTML_LOADER_IMPORT_0___ = new URL("./image.png", import.meta.url);
53
53
// Module
54
54
var code = \`<div >
55
- <p >Alexander Krasnoyarov </p >
55
+ <p >Firstname Lastname </p >
56
56
<img src = " \${___HTML_LOADER_IMPORT_0___}" alt = " alt" />
57
57
<div >
58
58
\`;
@@ -62,7 +62,7 @@ export default code;"
62
62
63
63
exports[`'preprocess' option should work with the "preprocessor" option: result 1`] = `
64
64
"<div >
65
- <p >Alexander Krasnoyarov </p >
65
+ <p >Firstname Lastname </p >
66
66
<img src = " replaced_file_protocol_/webpack/public/path/image-7bc91c245a8a10a4.png" alt = " alt" />
67
67
<div >
68
68
"
0 commit comments