Divyansh Singh

Results 369 comments of Divyansh Singh

@Goozoon Can you share a minimal reproducible example? It is working fine on our deployed docs. You might not have extended the default theme properly.

@Goozoon It's working fine for me: https://stackblitz.com/edit/vite-wbmmgk?file=docs%2Findex.md If it's not for you, feel free to open a new issue with details. Also, can you check if you're on the latest...

For now, I suppose just some way to use tarball would be sufficient, one can just do npm pack and deno run. 🤔

Something like verdaccio should also work along with `NPM_CONFIG_REGISTRY` env var 👀

These are the corresponding Nuxt docs (https://nuxt.com/docs/guide/directory-structure/pages#usage):

Just for visibility, this is the upstream issue link - https://bugs.webkit.org/show_bug.cgi?id=247987 / https://github.com/WebKit/WebKit/pull/10126

Is require.cache part of tsx' API too or is it the native one? Most of the vite projects had went ESM only last year 👀 If it's native one, then...

Yeah for postcss, watching file is not needed. Simply require would work.

Can you share what's `getDependencies` in your above code 👀 Ah I think it should be `collectDependencies` (recursive call)