Skip to content

Commit

Permalink
chore(vite): remove empty i18n plugin config
Browse files Browse the repository at this point in the history
  • Loading branch information
VChet committed Oct 18, 2024
1 parent 98231dc commit 1b8ea2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default defineConfig({
plugins: [
Vue(),
VitePWA(PWA_OPTIONS),
VueI18nPlugin({})
VueI18nPlugin()
],
resolve: {
alias: {
Expand Down

0 comments on commit 1b8ea2f

Please sign in to comment.