Relaxe111

Results 25 comments of Relaxe111
trafficstars

do you have any issue tracker related vite integration?

@gongshun thankyou for answer. I use this plugin with react, problem with svelte is that it has no .render() function its main.ts is ``` // main.ts for svelte vite project...

I might be wrong but, I think my situation is slightly different from #2150 because I have no errors. All the data is coming in the browser, I can see...

I figure out that in my case (I use vite on all sub apps and shell), problem is related ti react-refresh plugin. In production he is not present. and only...

this very problem i solved by specifying that dev server need to use ws not wss for hmr connections. In vite, is pretty simple i just added server.hmr.protocol = 'ws'...

Object is possiblity undefined you can fix in two ways `Item?.done` or `item.done! `Second one is not recommended because you can get undefined at run time. In first One you...

Hello, firstly in you're example in index.html you should wrap you're div in html element. Related to the mst error I am not sure but I guess problem is that...

We are using MST heavily.

i think problem is related to the fact that qiankun not supports top level import

i found what is the problem and how i solved it. Hope someone will advice how to make an pr and that it will be accepted ) [here](https://github.com/tengmaoqing/vite-plugin-qiankun/issues/35)