Skip to content

Commit

Permalink
Disable optimizer
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Jul 31, 2024
1 parent 51c93b2 commit b00460a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions vite.config.mjs
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
import { fileURLToPath, URL } from 'node:url';

import { defineConfig } from 'vite';
import { PrimeVueResolver } from '@primevue/auto-import-resolver';
import vue from '@vitejs/plugin-vue';
import Components from 'unplugin-vue-components/vite';
import { PrimeVueResolver } from '@primevue/auto-import-resolver';
import { defineConfig } from 'vite';

// https://vitejs.dev/config/
export default defineConfig({
optimizeDeps: {
noDiscovery: true
},
plugins: [
vue(),
Components({
Expand Down

0 comments on commit b00460a

Please sign in to comment.