From ce1ddc5a1d8f4ca83f41132a33e632e3c546c6aa Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Fri, 3 Jul 2020 15:51:55 +0800 Subject: [PATCH] fix: add the missing argument for watcher.send --- src/node/server.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/node/server.ts b/src/node/server.ts index 4eea0adb..024f0b73 100644 --- a/src/node/server.ts +++ b/src/node/server.ts @@ -44,7 +44,8 @@ function createVitePressPlugin({ customData: { path: resolver.fileToRequest(file), pageData - } + }, + timestamp }) // reload the content component