Skip to content

Commit b03804e

Browse files
author
Legends
committed
added Compiler, @returns void
1 parent 60e1afe commit b03804e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/AutomaticPrefetchPlugin.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@ const asyncLib = require("neo-async");
88
const PrefetchDependency = require("./dependencies/PrefetchDependency");
99
const NormalModule = require("./NormalModule");
1010

11+
/** @typedef {import("./Compiler.js")} Compiler */
12+
1113
class AutomaticPrefetchPlugin {
1214
/**
1315
* Apply the plugin
14-
* @param {TODO} compiler Webpack Compiler
16+
* @param {Compiler} compiler Webpack Compiler
1517
* @returns {void}
1618
*/
1719
apply(compiler) {

0 commit comments

Comments
 (0)