unjs / unplugin

Unified plugin system for Vite, Rollup, Webpack, esbuild, Rolldown, and more

Home Page:https://unplugin.unjs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`isEntry` hook

cawa-93 opened this issue · comments

Describe the feature

It would be very useful to have a unified hook to check if a module is an entry point. Like this.getModuleInfo(id).isEntry in rollup.

Additional information

  • Would you be willing to help implement this feature?

the same to me