fix: 🐛 `mock` 修改导致卡死问题修复
This commit is contained in:
parent
ccfe75690c
commit
7c98d4f804
|
|
@ -103,6 +103,7 @@ export default defineConfig(({ mode }: ConfigEnv): UserConfig => {
|
|||
ignore: /^\_/,
|
||||
mockPath: "mock",
|
||||
enable: mode === "development",
|
||||
watchFiles: false,
|
||||
}),
|
||||
],
|
||||
// 预加载项目必需的组件
|
||||
|
|
|
|||
Loading…
Reference in New Issue