Skip to content

Commit

Permalink
chore(i18n): jit compilation, drop runtime compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
ferferga committed Sep 4, 2023
1 parent 128813c commit 3047b68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ export default defineConfig(({ mode }): UserConfig => {
}),
VueI18nPlugin({
runtimeOnly: true,
dropMessageCompiler: true,
jitCompilation: true,
compositionOnly: true,
fullInstall: false,
forceStringify: true,
Expand Down

0 comments on commit 3047b68

Please sign in to comment.