mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-27 16:10:32 +00:00
tree shake vuetify imports to minimise bundle size
This commit is contained in:
parent
178cfde6c8
commit
b8725350c6
4 changed files with 45 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue