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 11ebd5e commit f3223d0Copy full SHA for f3223d0
lib/CompatibilityPlugin.js
@@ -8,10 +8,12 @@ const ConstDependency = require("./dependencies/ConstDependency");
8
9
const NullFactory = require("./NullFactory");
10
11
+/** @typedef {import("./Compiler.js")} Compiler */
12
+
13
class CompatibilityPlugin {
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