Migrate to Vite
This commit is contained in:
13
KTUSAPS/ClientApp/vite.config.js
Normal file
13
KTUSAPS/ClientApp/vite.config.js
Normal file
@@ -0,0 +1,13 @@
|
||||
import { defineConfig } from 'vite'
|
||||
import vue from '@vitejs/plugin-vue'
|
||||
import path from "path"
|
||||
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
resolve:{
|
||||
alias:{
|
||||
'@' : path.resolve(__dirname, './src')
|
||||
},
|
||||
},
|
||||
plugins: [vue()]
|
||||
})
|
Reference in New Issue
Block a user