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 687e2d0 commit 02c2f48Copy full SHA for 02c2f48
content/concepts/plugins.md
@@ -22,7 +22,7 @@ function ConsoleLogOnBuildWebpackPlugin() {
22
};
23
24
ConsoleLogOnBuildWebpackPlugin.prototype.apply = function(compiler) {
25
- compiler.plugin('run', function(compilation, callback) {
+ compiler.plugin('run', function(compiler, callback) {
26
console.log("The webpack build process is starting!!!");
27
28
callback();
0 commit comments