Alex Kozack
Alex Kozack
@pi0 I have already added [3.api/3.utils/clear-nuxt-cache.md](https://github.com/nuxt/framework/pull/5227/files#diff-e155562972db92d251558feaa66bac7d70d71e3a389dcfea81d8e949bda972c3) and describe `clearNuxtCache` in [2.guide/2.features/5.data-fetching.md](https://github.com/nuxt/framework/pull/5227/files#diff-d05639d339b740b573b8a01dfb11f267f72377866f74f4430bed43862724402c)
Uncovered use case: Remove cache for several unknown keys. Example: you have app with posts and filter for posts. Each query for posts saved in cache in uniq key, like...
I encountered this problem in the production of netlify. The dev environment works correctly, however, deployed project on netlify is broken. Netlify build command is `nuxt generate`. I not shure...
> Only top level files can be auto-imported. > Auto-import of asynchronous components (such as those created by [defineAsyncComponent](https://vuejs.org/api/general.html#defineasynccomponent)) is not possible. It was solved for me
I will add a little feedback as developer who faced with this problem. In general, reading the documentation, one gets the impression that the ``and `navigateTo` work identically. We **can**...
@ctalkington Are there any changes? The .directory() method works fine. But there is no way to specify a pattern to exclude files
I'm shocked that it's still not merged!
This could be very useful. I have a project with several independent packages. Each of them is in its own directory, has its own `vite.config.js` in which the `root` parameter...
Fuck you stale bot