Skip to content

Commit d52a8d1

Browse files
authored
docs: add feature support table to vite plugin readme (#278)
1 parent 467a5ee commit d52a8d1

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

packages/vite-plugin/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@
55
66
A Vite plugin that integrates with Netlify's platform features.
77

8+
## 🚧 Feature Support
9+
10+
| Feature | Supported |
11+
| ---------------------- | --------- |
12+
| Functions | ✅ Yes |
13+
| Edge Functions | ✅ Yes |
14+
| Blobs | ✅ Yes |
15+
| Cache API | ✅ Yes |
16+
| Redirects and Rewrites | ✅ Yes |
17+
| Headers | ✅ Yes |
18+
| Environment Variables | ✅ Yes |
19+
| Image CDN | ❌ No |
20+
21+
> Note: Missing features will be added incrementally. This module is **not** intended to be a full replacement for the
22+
> Netlify CLI.
23+
824
## Installation
925

1026
```bash
@@ -18,6 +34,7 @@ The plugin accepts the following options:
1834
- `middleware` (boolean, default: `true`): Attach a Vite middleware that intercepts requests and handles them in the
1935
same way as the Netlify production environment
2036
- `blobs`: Configure blob storage functionality
37+
- `edgeFunctions`: Configure edge functions
2138
- `functions`: Configure serverless functions
2239
- `headers`: Configure response headers
2340
- `redirects`: Configure URL redirects

0 commit comments

Comments
 (0)