vuepress
                                
                                 vuepress copied to clipboard
                                
                                    vuepress copied to clipboard
                            
                            
                            
                        viteOptions emptyOutDir is false and has no effect
export default defineUserConfig({
  bundler: viteBundler({
    viteOptions: {
      build: {
        emptyOutDir: false,
      },
    }
  }),
  theme: defaultTheme()
})
After configuration, dist will still be cleared