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 9ab93e5 commit e9f9f26Copy full SHA for e9f9f26
src/HtmlInlineScriptPlugin.ts
@@ -34,7 +34,7 @@ class HtmlInlineScriptPlugin implements WebpackPluginInstance {
34
35
const asset = assets[scriptName];
36
37
- if (!tag) {
+ if (!asset) {
38
return tag;
39
}
40
0 commit comments