diff --git a/config/config.ts b/config/config.ts index 94c52cb0..249f02c0 100644 --- a/config/config.ts +++ b/config/config.ts @@ -40,5 +40,7 @@ export default defineConfig({ manifest: { basePath: '/', }, + // 快速刷新功能 https://umijs.org/config#fastrefresh + fastRefresh: {}, esbuild: {}, });