Simon Ilincev

Results 19 comments of Simon Ilincev

I am experiencing the same issues with YouTube.

> @Destaq, For youtube there is a special setting to track that. You should be able to find it here > > ![image](https://user-images.githubusercontent.com/45440034/154571751-5b6c2d4f-a6f9-4e6c-8041-4575798b361a.png) > > I'm aware of that setting...

This issue also occurs with Nuxt 3 projects; if you create a `pages` directory, `useMeta` is first applied, then removed, and then reapplied. When having a Nuxt 3 app with...

I've noticed that if you throw an error inside of `nuxtServerInit`, as so: ```js export const actions = { async nuxtServerInit({ commit }, { req }) { throw new Error('Makes...

If you set disable Tailwind's [JIT mode](https://tailwindcss.com/docs/just-in-time-mode), then there is a slightly different result. Instead of there being a short flicker, the screen freezes on the unrendered, pre-plugin styling, and...

Any chance of this getting addressed anytime soon? I've been hesitant to continue working with Nuxt Bridge since there's been no fix to this Nuxt-caused issue for the past month.

> I'm facing the same issue with Tailwind and Nuxt 3 Have you been able to come up with a solution?

Hi, from the docs you can exclude *language extensions* but unfortunately not directories. > -e or --exclude: which file extensions to exclude when searching for files and creating the image....

It's been a year but I finally got around to it!

Also encountering this issue, were you able to find a solution?