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 482b4b3 commit 7458526Copy full SHA for 7458526
lib/web/JsonpMainTemplatePlugin.js
@@ -181,7 +181,8 @@ class JsonpMainTemplatePlugin {
181
}
182
if (needEntryChunkPrefetch(chunk)) {
183
let preloadPrefetchChildren = chunk.getChildIdsByOrders();
184
- let entryPrefetchFunction = mainTemplate.outputOptions.entryPrefetchFunction;
+ let entryPrefetchFunction =
185
+ mainTemplate.outputOptions.entryPrefetchFunction;
186
let globalObject = mainTemplate.outputOptions.globalObject;
187
188
extraCode.push(
@@ -206,7 +207,7 @@ class JsonpMainTemplatePlugin {
206
207
`});`
208
])
209
: "",
- "}",
210
+ "}"
211
);
212
213
if (extraCode.length === 0) return source;
0 commit comments