This commit is contained in:
syuilo
2024-08-25 14:46:28 +09:00
parent 6dfeae9dcc
commit bd5c862512
7 changed files with 40 additions and 51 deletions

View File

@@ -151,7 +151,7 @@ export function getConfig(): UserConfig {
},
},
cssCodeSplit: true,
outDir: __dirname + '/../../built/_vite_',
outDir: __dirname + '/../../built/_frontend_vite_',
assetsDir: '.',
emptyOutDir: false,
sourcemap: process.env.NODE_ENV === 'development',