Skip to content

Commit

Permalink
docs: improve features section
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Sep 14, 2022
1 parent 4968883 commit 8d9a72e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions packages/vite-node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8d9a72e

Please sign in to comment.