File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 1
1
# @netlify/vite-plugin
2
2
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.
5
4
6
- A Vite plugin that integrates with Netlify's platform features.
7
-
8
- ## 🚧 Feature Support
5
+ ## Feature Support
9
6
10
7
| Feature | Supported |
11
8
| ---------------------- | --------- |
@@ -18,8 +15,7 @@ A Vite plugin that integrates with Netlify's platform features.
18
15
| Environment Variables | ✅ Yes |
19
16
| Image CDN | ✅ Yes |
20
17
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.
23
19
24
20
## Installation
25
21
@@ -37,6 +33,7 @@ The plugin accepts the following options:
37
33
- ` edgeFunctions ` : Configure edge functions
38
34
- ` functions ` : Configure serverless functions
39
35
- ` headers ` : Configure response headers
36
+ - ` images ` : Configure Image CDN functionality
40
37
- ` redirects ` : Configure URL redirects
41
38
- ` staticFiles ` : Configure static file serving
42
39
You can’t perform that action at this time.
0 commit comments