We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7564c43 commit b26bba9Copy full SHA for b26bba9
build/vite/index.ts
@@ -19,10 +19,12 @@ import { createSvgIconsPlugin } from 'vite-plugin-svg-icons'
19
20
export function createVitePlugins() {
21
const root = process.cwd()
22
+
23
// 路径查找
24
function pathResolve(dir: string) {
25
return resolve(root, '.', dir)
26
}
27
28
return [
29
Vue(),
30
VueJsx(),
@@ -45,8 +47,6 @@ export function createVitePlugins() {
45
47
{
46
48
'@/hooks/web/useI18n': ['useI18n'],
49
'@/hooks/web/useMessage': ['useMessage'],
- '@/hooks/web/useXTable': ['useXTable'],
- '@/hooks/web/useVxeCrudSchemas': ['useVxeCrudSchemas'],
50
'@/hooks/web/useTable': ['useTable'],
51
'@/hooks/web/useCrudSchemas': ['useCrudSchemas'],
52
'@/utils/formRules': ['required'],
0 commit comments