Skip to content

Commit 02c2f48

Browse files
author
Pavithra K
committed
Fix
1 parent 687e2d0 commit 02c2f48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/concepts/plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function ConsoleLogOnBuildWebpackPlugin() {
2222
};
2323

2424
ConsoleLogOnBuildWebpackPlugin.prototype.apply = function(compiler) {
25-
compiler.plugin('run', function(compilation, callback) {
25+
compiler.plugin('run', function(compiler, callback) {
2626
console.log("The webpack build process is starting!!!");
2727

2828
callback();

0 commit comments

Comments
 (0)