@@ -4,7 +4,7 @@ exports[`linkType option should work when linkType option is "false": DOM 1`] =
44"<!DOCTYPE html><html ><head >
55 <title >style-loader test</title >
66 <style id =\\"existing-style\\">.existing { color : yellow } </style>
7- <link rel =\\"stylesheet\\" href =\\"simple.css\\"><script charset =\\"utf-8\\" src =\\"simple.bundle.js\\"></script></head>
7+ <link rel =\\"stylesheet\\" href =\\"simple.css\\"><script src =\\"simple.bundle.js\\"></script></head>
88<body>
99 <h1>Body</h1>
1010 <div class =\\"target\\"></div>
@@ -22,7 +22,7 @@ exports[`linkType option should work when linkType option is "text/css": DOM 1`]
2222" <!DOCTYPE html><html><head>
2323 <title>style-loader test</title>
2424 <style id=\\" existing-style\\">.existing { color : yellow } </style>
25- <link rel =\\"stylesheet\\" type =\\"text/css\\" href =\\"simple.css\\"><script charset =\\"utf-8\\" src =\\"simple.bundle.js\\"></script></head>
25+ <link rel =\\"stylesheet\\" type =\\"text/css\\" href =\\"simple.css\\"><script src =\\"simple.bundle.js\\"></script></head>
2626<body>
2727 <h1>Body</h1>
2828 <div class =\\"target\\"></div>
@@ -40,7 +40,7 @@ exports[`linkType option should work without linkType option: DOM 1`] = `
4040" <!DOCTYPE html><html><head>
4141 <title>style-loader test</title>
4242 <style id=\\" existing-style\\">.existing { color : yellow } </style>
43- <link rel =\\"stylesheet\\" type =\\"text/css\\" href =\\"simple.css\\"><script charset =\\"utf-8\\" src =\\"simple.bundle.js\\"></script></head>
43+ <link rel =\\"stylesheet\\" type =\\"text/css\\" href =\\"simple.css\\"><script src =\\"simple.bundle.js\\"></script></head>
4444<body>
4545 <h1>Body</h1>
4646 <div class =\\"target\\"></div>
0 commit comments