vuepress icon indicating copy to clipboard operation
vuepress copied to clipboard

viteOptions emptyOutDir is false and has no effect

Open etjson opened this issue 9 months ago • 1 comments

export default defineUserConfig({
  bundler: viteBundler({
    viteOptions: {
      build: {
        emptyOutDir: false,
      },
    }
  }),
  theme: defaultTheme()
})

After configuration, dist will still be cleared

etjson avatar Jan 12 '25 05:01 etjson