Skip to content

Commit

Permalink
Update vite.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Rene-Roscher committed Aug 7, 2023
1 parent cbb59f8 commit b0ea576
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { defineConfig } from 'vite';
import laravel from 'laravel-vite-plugin';
import vue from '@vitejs/plugin-vue';
import i18n from 'laravel-vue-i18n/vite'

export default defineConfig({
plugins: [
Expand All @@ -16,6 +17,7 @@ export default defineConfig({
},
},
}),
i18n(),
],

optimizeDeps: {
Expand Down

0 comments on commit b0ea576

Please sign in to comment.