Hugo Villain

Results 15 comments of Hugo Villain

Quick heads up: duplicating the shared code didn't fix the issue. After a lot of investigation, it seemed that the Uploadcare file widget (https://github.com/uploadcare/uploadcare-widget) inevitably caused some of my imports...

I agree. It should also be desktop by default. For now, we can add a configuration object in sm.json and see later if something more complete can be implemented

How would you handle bootstrapped files in that situation?

Why would you run setup at all if you want to bootstrap a library? On Tue, Jun 30, 2020 at 6:11 PM lihbr wrote: > It'll be cool to also...

You actually don't need `@nuxtjs/prismic` nor ` nuxt-sm` nor `nuxt.config.js` as you develop a framework agnostic library! You probably wouldn't need `prismic-javascript` because you don't have to handle queries either....

Hey @shainegordon, the local builder currently does not handle non shared slices. I'm adding this to our backlog, we'll start working on this as soon as 0.1 is released

@maurocolella any chance I could have a look at your custom parser?

That's really good. My only consideration is that Next Link props should not be passed inside components directly, as it would prevent library creators from creating cross framework components. In...