Skip to content

Commit

Permalink
国际化翻译
Browse files Browse the repository at this point in the history
  • Loading branch information
jsxiaosi committed Jun 17, 2021
1 parent 7ac21b8 commit 2aea59b
Show file tree
Hide file tree
Showing 13 changed files with 2,385 additions and 9,222 deletions.
15 changes: 0 additions & 15 deletions build/vite/plugin/i18n.js

This file was deleted.

5 changes: 1 addition & 4 deletions build/vite/plugin/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ import { configStylePlugin } from './style'
import { configThemePlugin } from './theme';
// svg配置
import { configSvgPlugin } from './svg';
// 国际化翻译配置
import { configI18nPlugin } from './i18n'
// 压缩
import { configCompressPlugin } from './compress'

export function createVitePlugins() {
Expand All @@ -20,8 +19,6 @@ export function createVitePlugins() {

vitePlugins.push(configSvgPlugin())

vitePlugins.push(configI18nPlugin())

vitePlugins.push(configCompressPlugin('gzip',true))


Expand Down
Loading

0 comments on commit 2aea59b

Please sign in to comment.