tree shake vuetify imports to minimise bundle size

This commit is contained in:
liamcottle 2024-12-26 14:53:52 +13:00
commit b8725350c6
4 changed files with 45 additions and 9 deletions

View file

@ -1,10 +1,12 @@
import path from "path";
import vue from '@vitejs/plugin-vue';
import vuetify from 'vite-plugin-vuetify';
export default {
plugins: [
vue(),
vuetify(),
],
// vite app is loaded from /src/frontend