Sébastien Chopin

Results 465 comments of Sébastien Chopin

Could you update your branch from `main` @Jamiewarb ?

I believe this issue can be closed since we can extend the components dirs as well as the auto-imports. cc @danielroe

To give more context, I think it would be great to directly disable babel in development to make the build faster as well as avoiding transpilation.

I don't think so since it is far away from production ready, see https://github.com/pikax/zipe#not-working

It starts to look pretty good, thank you for your current work on it @manniL 😊

Do you have a reproduction that show it does not wor @sindrepm ?

Can you please create a CodeSandBox with it for quick debugging? https://template.nuxtjs.org

You cannot access the merge data inside the layout, you need to use a middleware for it. Can I have a use case for it? So I better understand the...

Hi, you could try disabling the `crawler`? ```js export default { generate: { crawler: false } } ```