emosheeep / vite-plugin-virtual-mpa

Out-of-box MPA plugin for Vite, generate multiple entries using only one template.
https://stackblitz.com/~/github.com/emosheeep/vite-plugin-virtual-mpa
MIT License
113 stars 15 forks source link

new feature proposal: Glob match used in multiple entry. #64

Open HawtinZeng opened 6 months ago

HawtinZeng commented 6 months ago

Refer to this link: https://github.com/vitejs/vite/issues/3429, I think it's neccessary to offer glob match.

emosheeep commented 6 months ago

you can use fast-glob to customize your own logic.

HawtinZeng commented 6 months ago

Yes, but I still think it's better to leave config file clean...

emosheeep commented 6 months ago

Yep, but I have to work, I'm glad to handle a PR. Otherwise it will take a long time util I have a break in someday.

HawtinZeng commented 6 months ago

I'm glad to offer a PR later.