Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow to pass "true" to InputOptions.cache
Vite has changed the default of this option to "false" (vitejs/vite#11454), therefore it is needed to be able to set it to "true" explicitly. This may be useful in other situations too, e.g. extending some defaults options object which contains this option set to "false".
- Loading branch information