perf: 移除md5依赖

This commit is contained in:
xingyu
2022-07-18 16:22:05 +08:00
parent ea28cdd9d1
commit a123097f1f
2 changed files with 2 additions and 6 deletions

View File

@@ -20,7 +20,6 @@ function pathResolve(dir: string) {
return resolve(root, '.', dir)
}
// https://vitejs.dev/config/
export default ({ command, mode }: ConfigEnv): UserConfig => {
let env = {} as any
const isBuild = command === 'build'
@@ -146,8 +145,7 @@ export default ({ command, mode }: ConfigEnv): UserConfig => {
'intro.js',
'qrcode',
'@wangeditor/editor',
'@wangeditor/editor-for-vue',
'js-md5'
'@wangeditor/editor-for-vue'
]
}
}