Skip to content

Commit 11ebd5e

Browse files
author
Legends
committed
CompatibilityPlugin typings added
1 parent 02a955b commit 11ebd5e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/CompatibilityPlugin.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ const ConstDependency = require("./dependencies/ConstDependency");
99
const NullFactory = require("./NullFactory");
1010

1111
class CompatibilityPlugin {
12+
/**
13+
* Apply the plugin
14+
* @param {TODO} compiler Webpack Compiler
15+
* @returns {void}
16+
*/
1217
apply(compiler) {
1318
compiler.hooks.compilation.tap(
1419
"CompatibilityPlugin",

0 commit comments

Comments
 (0)