patak

Results 373 comments of patak

The cache dir is at `node_modules/.vite` by default but it can be changed using `config.cacheDir`. An optimized dep would start with `{cacheDir}/deps` (without the `/` because we also have `{cacheDir}/deps_ssr`).

> Isn't this about config bundling, so the optimizer shouldn't be in play here? The test fail is not too terrible I think and I'm ok with fixing the test....