Skip to content

Commit f18612e

Browse files
authored
fix: Auto restart logic (#35)
1 parent 9ac34d0 commit f18612e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export class RunScriptWebpackPlugin implements WebpackPluginInstance {
6969
cb();
7070
return;
7171
}
72-
this._stopServer();
72+
7373
cb();
7474
return;
7575
}

0 commit comments

Comments
 (0)