We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02a955b commit 11ebd5eCopy full SHA for 11ebd5e
1 file changed
lib/CompatibilityPlugin.js
@@ -9,6 +9,11 @@ const ConstDependency = require("./dependencies/ConstDependency");
9
const NullFactory = require("./NullFactory");
10
11
class CompatibilityPlugin {
12
+ /**
13
+ * Apply the plugin
14
+ * @param {TODO} compiler Webpack Compiler
15
+ * @returns {void}
16
+ */
17
apply(compiler) {
18
compiler.hooks.compilation.tap(
19
"CompatibilityPlugin",
0 commit comments