Skip to content

Commit

Permalink
build: 修改vite配置
Browse files Browse the repository at this point in the history
  • Loading branch information
kailong502431556 committed Dec 8, 2021
1 parent 45e879e commit 9991fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Expand Up @@ -62,7 +62,7 @@ export default ({ command, mode }: ConfigEnv): UserConfig => {
VueI18n({
runtimeOnly: true,
compositionOnly: true,
include: [pathResolve(__dirname, 'src/locales/**')],
include: [pathResolve(__dirname, 'src/locales/**')]
})
],

Expand Down

0 comments on commit 9991fb4

Please sign in to comment.