Marcus McLean
Marcus McLean
My bad! Originally started as a bug report and forgot to switch it over. This has been fixed.
I'd like to echo my gratitude for the quick responses! For what it's worth, I've noticed an increase in size as well. Running [this Webpack visualizer](https://chrisbateman.github.io/webpack-visualizer/) via `nuxt build --analyze`,...
Does this mean Apollo doesn't work for SSR apps that require auth? I'm unable to send cookies while in SSR mode.
I cannot reproduce this issue with `sharp` because while it is not the best at compressing (presumably for the benefit of speed), it does produce images of smaller filesizes. Using...
I don't have the same exact image I used, but it was very similar to this one:  Any idea why `progressive` should...
Thanks for the quick follow-up @justinfagnani! I'd be a bit surprised if it's TypeScript, as I'm able to use decorators with `accessor` just fine. Here are the relevant values in...
I am receiving the same issue, and it doesn't matter if I use `.nuxt` in the filename, `environment: 'nuxt'` in `vite.config.js`, or the `// @vitest-environment nuxt` comment within the file....