mike douges

Results 267 comments of mike douges

How do you imagine different renderers interplaying with the editor itself? What is in core, the ast manipulation, service, editor ui? Is the use case to handle more webgl based...

What's the difference between this one and the one currently in Drei? It would also be good for the controls to be able to disable modes depending on the selected...

Heya! Do we have any idea where the fix could be in Vite? @brandonroberts can you go into your workaround? Edit: I've worked around this with the following plugin, which...

Update on my end: I was able to delete all this code. Instead I used a virtual module that would have its glob be declared at build time, and then...

> This is a feature we could include in a minor version later if not (just create the [4.1 milestone](https://github.com/vitejs/vite/milestone/12), we can move it there in that case) Hey folks...

I was digging through the optimizer code and saw it instantiates the node resolve plugin there so I made the assumption that's what's happening 🤔 Im not sure if this...

https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/src/index.ts#L394 This?

Thanks mate! I'm running it locally and getting this error: ``` Uncaught SyntaxError: ambiguous indirect export: default ``` Is this because it's resolving to cjs instead of esm?

Right so since we aren't using node modules the whole automatic prebundling step won't work I suppose.

This is almost where I got to with my testing locally. The only difference is id finish by passing the specifier to this.resolve() so it gets the directory resolved by...