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 60e1afe commit b03804eCopy full SHA for b03804e
lib/AutomaticPrefetchPlugin.js
@@ -8,10 +8,12 @@ const asyncLib = require("neo-async");
8
const PrefetchDependency = require("./dependencies/PrefetchDependency");
9
const NormalModule = require("./NormalModule");
10
11
+/** @typedef {import("./Compiler.js")} Compiler */
12
+
13
class AutomaticPrefetchPlugin {
14
/**
15
* Apply the plugin
- * @param {TODO} compiler Webpack Compiler
16
+ * @param {Compiler} compiler Webpack Compiler
17
* @returns {void}
18
*/
19
apply(compiler) {
0 commit comments