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 becebb2 commit bab6ae9Copy full SHA for bab6ae9
packages/bundler-vite/src/plugins/vuepressMainPlugin.ts
@@ -82,6 +82,8 @@ import 'vuepress/client-app'
82
host: app.options.host,
83
port: app.options.port,
84
open: app.options.open,
85
+ // ref: https://github.com/vitejs/vite/issues/15784#issuecomment-1923683823
86
+ fs: { cachedChecks: false },
87
},
88
build: {
89
ssr: isServer,
0 commit comments