Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #136 from dyxxixi/patch-1
Browse files Browse the repository at this point in the history
Update doubt.md
  • Loading branch information
wangjue666 authored Nov 6, 2023
2 parents 54037d9 + 557777b commit 7e6838d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion other/doubt.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

在 main.ts 内可以看到,本地开发会全量引入 antd.less,vite-plugin-style-import 在本地是没有作用的。

这样做的原因主要是加快本地开发刷新速度。如果在本地开发中也按需按需引入,则在浏览器控制台内可以看到,平均一个页面大概增加了 100 次 http 请求。如果全量引入,只增加了一个请求,所以为了减少请求数量,才这样种
这样做的原因主要是加快本地开发刷新速度。如果在本地开发中也按需按需引入,则在浏览器控制台内可以看到,平均一个页面大概增加了 100 次 http 请求。如果全量引入,只增加了一个请求,所以为了减少请求数量,才这样做

```ts
// src/main.ts
Expand Down

0 comments on commit 7e6838d

Please sign in to comment.