We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3a2f4cb + aa66df0 commit 5a050bbCopy full SHA for 5a050bb
src/HtmlInlineScriptPlugin.ts
@@ -34,7 +34,7 @@ class HtmlInlineScriptPlugin implements Plugin {
34
35
const asset = assets[scriptName];
36
37
- if (!tag) {
+ if (!asset) {
38
return tag;
39
}
40
0 commit comments