feat(dev-server): add no-cache headers to built-in development server; update docs and bump dependencies
This commit is contained in:
@@ -371,6 +371,7 @@ Config:
|
||||
The built-in development server (enabled in `element` and `website` presets) features:
|
||||
|
||||
- **Live Reload** - Automatically refreshes browser on changes
|
||||
- **No Caching** - Prevents browser caching during development (sends `Cache-Control: no-store, no-cache` headers)
|
||||
- **CORS** - Cross-origin requests enabled
|
||||
- **Compression** - Gzip compression for faster loading
|
||||
- **SPA Fallback** - Single-page application routing support
|
||||
|
||||
Reference in New Issue
Block a user