-
-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Closed
liuweiGL/vite-plugin-mkcert
#1Labels
Description
Describe the bug
https dev server does not use browser cache
http dev server
http request detail
- The resource with
Cache-Control: no-cache
- The resource with
Cache-Control: max-age=3153
https dev server
https request detail
- The resource with
Cache-Control: no-cache
- The resource with
Cache-Control: max-age=3153
Reproduction
System Info
Output of npx envinfo --system --npmPackages vite,@vitejs/plugin-vue --binaries --browsers
:
System:
OS: Windows 10
CPU: (8) x64 Intel(R) Xeon(R) CPU E3-1231 v3 @ 3.40GHz
Memory: 10.20 GB / 19.92 GB
Binaries:
Node: 14.15.5 - D:\nodejs\node.EXE
npm: 7.7.5 - D:\nodejs\npm.CMD
Browsers:
Edge: 44.19041.423.0
Chrome: 89.0.4389.90
Used package manager: npm
Logs
Before submitting the issue, please make sure you do the following
- Read the Contributing Guidelines.
- Read the docs.
- Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- Provide a description in this issue that describes the bug.
- Make sure this is a Vite issue and not a framework-specific issue. For example, if it's a Vue SFC related bug, it should likely be reported to https://github.com/vuejs/vue-next instead.
- Check that this is a concrete bug. For Q&A open a GitHub Discussion or join our Discord Chat Server.