From bdc274288492e1971dbe76cd567c52712426dee8 Mon Sep 17 00:00:00 2001 From: Daan Wijns <dw.daanwijns@gmail.com> Date: Thu, 9 Nov 2023 14:39:08 +0100 Subject: [PATCH] chore: rm apex chunk --- vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.ts b/vite.config.ts index 03dfde5c..fdb7d8f9 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -22,7 +22,7 @@ export default defineConfig(({ command, mode }) => { rollupOptions: { output: { manualChunks: { - apexcharts: ['apexcharts', 'vue3-apexcharts'], + // apexcharts: ['apexcharts', 'vue3-apexcharts'], faker: ['@faker-js/faker'], vue: ['vue', 'vue-router', 'vue-i18n', 'vue3-toastify', 'vuedraggable', 'pinia', 'pinia-plugin-persist'], vuetify: ['vuetify']