Skip to content

Commit

Permalink
chore: test removing vite plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
wazolab committed Jan 30, 2024
1 parent 310df22 commit 142257e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,6 @@ export default defineNuxtConfig({
},
vite: {
optimizeDeps: { exclude: ['fsevents'] },
plugins: [!process.env.CYPRESS ? checker({ vueTsc: true }) : undefined],
// plugins: [!process.env.CYPRESS ? checker({ vueTsc: true }) : undefined],
},
})

0 comments on commit 142257e

Please sign in to comment.