diff --git a/src/index.es b/src/index.es index 2f9d1c3..fd446d6 100644 --- a/src/index.es +++ b/src/index.es @@ -341,6 +341,9 @@ export default function(options) { }) plugin.close = () => { + if (livereload){ + livereload.close(); + } if (typeof watcher === "object") { watcher.close() watcher = undefined