Skip to content

Commit

Permalink
Update lib/AutomaticPrefetchPlugin.js
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLarkInn committed May 25, 2023
1 parent d969a0a commit 495e9f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/AutomaticPrefetchPlugin.js
Expand Up @@ -27,7 +27,7 @@ class AutomaticPrefetchPlugin {
);
}
);
/** @type {Array<{context: string, request: string}> | null} */
/** @type {{context: string, request: string}[] | null} */
let lastModules = null;
compiler.hooks.afterCompile.tap("AutomaticPrefetchPlugin", compilation => {
lastModules = [];
Expand Down

0 comments on commit 495e9f2

Please sign in to comment.