Skip to content

Commit

Permalink
Revert "Run prettier"
Browse files Browse the repository at this point in the history
This reverts commit 7458526.
  • Loading branch information
MLoughry committed May 30, 2018
1 parent 7458526 commit d26617a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/web/JsonpMainTemplatePlugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,7 @@ class JsonpMainTemplatePlugin {
}
if (needEntryChunkPrefetch(chunk)) {
let preloadPrefetchChildren = chunk.getChildIdsByOrders();
let entryPrefetchFunction =
mainTemplate.outputOptions.entryPrefetchFunction;
let entryPrefetchFunction = mainTemplate.outputOptions.entryPrefetchFunction;
let globalObject = mainTemplate.outputOptions.globalObject;

extraCode.push(
Expand All @@ -207,7 +206,7 @@ class JsonpMainTemplatePlugin {
`});`
])
: "",
"}"
"}",
);
}
if (extraCode.length === 0) return source;
Expand Down

0 comments on commit d26617a

Please sign in to comment.