Matteo Rigoni

Results 96 comments of Matteo Rigoni

It should work, I think. Otherwise, you can use https://github.com/unjs/mlly to port sharp into ESM 😛 @pi0 any suggestions?

Same issue here, I'm ok with using native lazy loading in some projects, in others I'd like to be able to leverage a more feature-complete library like `lazysizes`

Any ETA for this?

@pi0 can we have this thing fixed? Its hindering our ability to push forward with a project

Also, `netlify_builder` preset lacks a [TTL Parameter](https://docs.netlify.com/configure-builds/on-demand-builders/#time-to-live-ttl)

@DaniFoldi have you tried deploying nuxt3 by resolving nitropack to your npm repository and deploy it to cloudflare pages? I would like to try it

@ismail9k any plans for this?

This is a quick mock for useState that I've internally used in some storybook projects: ```js import { computed, ref, reactive } from "vue" const globalState = reactive({}) export const...

@agritheory you can put this mock useState file somewhere in your project and auto-import it by adding [this vite plugin](https://github.com/antfu/unplugin-auto-import) to histoire vite configuration

@danielroe @Akryum is there any thoughts/progress on this?