🐞 fixed Vite/ Tailwind build

This commit is contained in:
2021-03-31 17:13:57 +02:00
parent cb5f48d913
commit 27b81d87ae
4 changed files with 16 additions and 15 deletions

View File

@@ -4,6 +4,7 @@ import path from 'path';
export default defineConfig({
plugins: [ vue() ],
base: './',
resolve: {
alias: {
'@': path.resolve(__dirname, '/src')