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.
1 parent 3a2f4cb commit aa66df0Copy full SHA for aa66df0
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