Skip to content

Commit

Permalink
Merge pull request #105 from clubcapra/104-add-missing-modules-to-bui…
Browse files Browse the repository at this point in the history
…ld-the-site

install webfontloader and mdi/font
  • Loading branch information
GLDuval authored Jun 8, 2024
2 parents 3f3a5ef + b1aaabb commit 00abfa7
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,6 @@ export default defineConfig(async ({ mode, command }): Promise<UserConfig> => {
manualChunks: {
// Split external library from transpiled code.
vue: ['vue', 'vue-router', 'pinia', 'pinia-plugin-persistedstate'],
vuetify: [
'vuetify',
'vuetify/components',
'vuetify/directives',
'webfontloader',
],
materialdesignicons: ['@mdi/font/css/materialdesignicons.css'],
},
plugins: [
mode === 'analyze'
Expand Down

0 comments on commit 00abfa7

Please sign in to comment.