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 1e70f58 commit 359a651Copy full SHA for 359a651
index.js
@@ -29,7 +29,7 @@ function apply(options, compiler) {
29
var runner = runCompilation.bind(this, options);
30
31
compiler.plugin('run', runner);
32
- compiler.plugin('watch-run', function onWatchRun (watcher, callback) {
+ compiler.plugin('watch-run', function onWatchRun(watcher, callback) {
33
runner(watcher.compiler, callback);
34
});
35
}
0 commit comments