Skip to content

Commit

Permalink
chore: upgrade unplugin-vue-i18n reference link (antfu-collective#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirklin authored Dec 21, 2022
1 parent 2d24af2 commit 12d3179
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,11 @@ export default defineConfig({
},
}),

// https://github.com/intlify/bundle-tools/tree/main/packages/vite-plugin-vue-i18n
// https://github.com/intlify/bundle-tools/tree/main/packages/unplugin-vue-i18n
VueI18n({
runtimeOnly: true,
compositionOnly: true,
fullInstall: true,
include: [path.resolve(__dirname, 'locales/**')],
}),

Expand Down

0 comments on commit 12d3179

Please sign in to comment.