Pavel Sheiman

Results 7 comments of Pavel Sheiman

You can count all images first and than icrease counter in unveil's load callback. If they match than all images are unveiled. You probably would need to apply some scope...

Same in latest Nuxt version. Transpile options doesn't help for some reason. ``` ERROR [uncaughtException] __dirname is not defined 9:31:11 AM at t (node_modules/tailwind-variants/dist/chunk-FUBUDMV2.js:4:34) at node_modules/tailwind-variants/dist/chunk-FUBUDMV2.js:5:71 at node:internal/process/task_queues:151:7 at AsyncResource.runInAsyncScope...

I can confirm this is a real problem. Official starter template when loaded loads more that 700 modules for a page with one button. This makes whole DX a nightmare...

This makes total sense. But the fun part is I have tried with experimental https://github.com/vitejs/rolldown-vite and found no difference at all - still tons of bundles being loaded. But the...

Please share your findings if you can make rspack work for you, because it fails for me even on simple fresh nuxt + nuxt-ui project. Pavlo Sheiman, email: ***@***.*** вт,...

We all are waiting for rolldown here. For my case I was able to go from ~1200 modules to ~400 modules by disabling all auto-importing crap and fine-tuning vite's optimizeDeps....

@willnode can it be used with PHP's embed SAPI?