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 087f0c6 commit 18a6348Copy full SHA for 18a6348
index.js
@@ -30,7 +30,7 @@ function apply(options, compiler) {
30
31
compiler.plugin('run', runner);
32
compiler.plugin('watch-run', function (watcher, callback) {
33
- runner(watcher.compiler, callback)
+ runner(watcher.compiler, callback);
34
});
35
}
36
0 commit comments