mirror of
https://github.com/vitejs/vite.git
synced 2024-11-22 07:09:05 +00:00
docs: fix performance optimizations link (#1943)
This commit is contained in:
parent
b433607aca
commit
89e0e33b66
@ -52,7 +52,7 @@ Once you experience how fast Vite is, we highly doubt you'd be willing to put up
|
||||
|
||||
Even though native ESM is now widely supported, shipping unbundled ESM in production is still inefficient (even with HTTP/2) due to the additional network round trips caused by nested imports. To get the optimal loading performance in production, it is still better to bundle your code with tree-shaking, lazy-loading and common chunk splitting (for better caching).
|
||||
|
||||
Ensuring optimal output and behavioral consistency between the dev server and the production build isn't easy. This is why Vite ships with a pre-configured [build command](./build) that bakes in many [performance optimizations](.features#build-optimizations) out of the box.
|
||||
Ensuring optimal output and behavioral consistency between the dev server and the production build isn't easy. This is why Vite ships with a pre-configured [build command](./build) that bakes in many [performance optimizations](./features#build-optimizations) out of the box.
|
||||
|
||||
## Browser Support
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user