Jiannan Zhang

Results 85 comments of Jiannan Zhang

You can add declarations in the d.ts file, like this ``` ts declare module "router-remote/*"{} ```

> > You can add declarations in the d.ts file, like this > > ```ts > > declare module "router-remote/*"{} > > ``` > > yes, this solution will work,...

> This doesnot worked for me :( i have the same issue but on vue2 project. > > At left: module ts config declarations .d.ts > > At right root...

> > This doesnot worked for me :( i have the same issue but on vue2 project. > > At left: module ts config declarations .d.ts > > At right...

@schirrel I tried to build using your branch, but I wasn't able to reproduce your problem here are my two guesses 1. I see that you uploaded yarn.lock, maybe it...

@schirrel I found that we are using different versions of vite, I tried to upgrade to your version (v2.8.6) and still couldn't reproduce your problem

Hi @schirrel ,i'm sorry I can't reproduce your question, because I don't know what happened, I can only record all my operation process, pray this will be helpful to you...

@schirrel And some final attempts I need to `pnpm install` again before `pnpm build`, because the vue2 dependency conflicts with vue3, otherwise I get an error on my machine when...

vite as remote or host side is allowed, here are some examples to show the mixed use with webpack module federation(please focus on the folder project name with webpack) https://github.com/originjs/vite-plugin-federation/tree/main/packages/examples...

thanks , but could you provide a reproduction repository? I cant reproduce the problem with reference to your configuration