Contextpaths removed - version updates

This commit is contained in:
Bahadır Sofuoğlu
2023-04-06 12:22:35 +03:00
parent 2f149147d1
commit 2b4b8b33ec
23 changed files with 625 additions and 648 deletions

View File

@@ -4,10 +4,9 @@ import { defineConfig } from 'vite';
import vue from '@vitejs/plugin-vue';
// https://vitejs.dev/config/
export default defineConfig(({ command }) => {
export default defineConfig(() => {
return {
plugins: [vue()],
base: command === 'serve' ? '' : '/sakai-vue/',
resolve: {
alias: {
'@': fileURLToPath(new URL('./src', import.meta.url))