Skip to content

Commit 8ad4e63

Browse files
authored
fix(docs): update outdated vite plugin readme (#365)
- remove "experimental" notes - add missing images config - adjust description
1 parent bc5ed35 commit 8ad4e63

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

packages/vite-plugin/README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
# @netlify/vite-plugin
22

3-
> [!WARNING] This is an experimental Vite plugin for Netlify. It is under active development and does **not** yet
4-
> support all Netlify platform features.
3+
Vite plugin that emulates Netlify's platform features within your Vite dev server.
54

6-
A Vite plugin that integrates with Netlify's platform features.
7-
8-
## 🚧 Feature Support
5+
## Feature Support
96

107
| Feature | Supported |
118
| ---------------------- | --------- |
@@ -18,8 +15,7 @@ A Vite plugin that integrates with Netlify's platform features.
1815
| Environment Variables | ✅ Yes |
1916
| Image CDN | ✅ Yes |
2017

21-
> Note: Missing features will be added incrementally. This module is **not** intended to be a full replacement for the
22-
> Netlify CLI.
18+
> This module is **not** intended to be a full replacement for the Netlify CLI.
2319
2420
## Installation
2521

@@ -37,6 +33,7 @@ The plugin accepts the following options:
3733
- `edgeFunctions`: Configure edge functions
3834
- `functions`: Configure serverless functions
3935
- `headers`: Configure response headers
36+
- `images`: Configure Image CDN functionality
4037
- `redirects`: Configure URL redirects
4138
- `staticFiles`: Configure static file serving
4239

0 commit comments

Comments
 (0)