From 72dad07f6cdb52eb40af976958a35af1144f2bc5 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Mon, 12 Jul 2021 16:35:09 +0200 Subject: [PATCH] Update src/node/plugin.ts --- src/node/plugin.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/node/plugin.ts b/src/node/plugin.ts index 80d5c1a5..93b5af6a 100644 --- a/src/node/plugin.ts +++ b/src/node/plugin.ts @@ -121,7 +121,6 @@ export function createVitePressPlugin( }, configureServer(server) { - // console.log(configPath) server.watcher.add(configPath) // serve our index.html after vite history fallback