docs: improve features section

This commit is contained in:
Anthony Fu 2022-09-14 09:30:02 +08:00
parent 4968883ef0
commit 8d9a72e451

View File

@ -14,10 +14,12 @@ Vite as Node runtime.<br>The engine powers <a href="https://github.com/vitest-de
## Features
- Out-of-box ESM & TypeScript support (more with plugins)
- Vite's plugins, resolve, aliasing
- On-demand evaluation
- Vite's pipeline, plugins, resolve, aliasing
- Out-of-box ESM & TypeScript support
- Respect `vite.config.ts`
- Hot module replacement
- Hot module replacement (HMR)
- Separate server/client architecture
- Top-level `await`
- Shims for `__dirname` and `__filename` in ESM
- Access to native node modules like `fs`, `path`, etc.