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 e02fca4 commit 5b857d3Copy full SHA for 5b857d3
vite/vite.config.js
@@ -13,6 +13,7 @@ export default defineConfig({
13
},
14
build: {
15
outDir: '../public',
16
+ emptyOutDir: false,
17
rollupOptions: {
18
output: {
19
assetFileNames: 'vue/[ext]/[name][extname]',
0 commit comments