Skip to content

Commit

Permalink
added Compiler, @returns void
Browse files Browse the repository at this point in the history
  • Loading branch information
Legends committed Jun 21, 2018
1 parent 60e1afe commit b03804e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/AutomaticPrefetchPlugin.js
Expand Up @@ -8,10 +8,12 @@ const asyncLib = require("neo-async");
const PrefetchDependency = require("./dependencies/PrefetchDependency");
const NormalModule = require("./NormalModule");

/** @typedef {import("./Compiler.js")} Compiler */

class AutomaticPrefetchPlugin {
/**
* Apply the plugin
* @param {TODO} compiler Webpack Compiler
* @param {Compiler} compiler Webpack Compiler
* @returns {void}
*/
apply(compiler) {
Expand Down

0 comments on commit b03804e

Please sign in to comment.