You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I filed an issue in rollup rollup/rollup#3398 to include more information about the output chunk in banner option.
Is it something that could be implemented in the banner plugin ? I'm willing to do a PR. I just want to confirm it can be done.
There could be e.g. a new option {resolveBanner: (chinkInfo: ChunkInfo) => string|Promise<string>} .
I believe it could be done without introducing any Breaking change.
The text was updated successfully, but these errors were encountered:
Hello,
I filed an issue in rollup rollup/rollup#3398 to include more information about the output chunk in banner option.
Is it something that could be implemented in the banner plugin ? I'm willing to do a PR. I just want to confirm it can be done.
There could be e.g. a new option
{resolveBanner: (chinkInfo: ChunkInfo) => string|Promise<string>}
.I believe it could be done without introducing any Breaking change.
The text was updated successfully, but these errors were encountered: