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 5d05136 commit f28bb4eCopy full SHA for f28bb4e
lib/web/JsonpMainTemplatePlugin.js
@@ -29,6 +29,7 @@ class JsonpMainTemplatePlugin {
29
return false;
30
};
31
32
+ // TODO webpack 5, no adding to .hooks, use WeakMap and static methods
33
["jsonpScript", "linkPreload", "linkPrefetch"].forEach(hook => {
34
if (!mainTemplate.hooks[hook]) {
35
mainTemplate.hooks[hook] = new SyncWaterfallHook([
0 commit comments