chore: rm apex chunk

This commit is contained in:
Daan Wijns 2023-11-09 14:39:08 +01:00
parent dd53e6fc9d
commit bdc2742884

View file

@ -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']