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
As a continuation of #482 I'd like to propose an option to have the banner set by chunk, as seen in Rollup and documented here.
Use case
With React now having server components, and files in Next.js using "use client" to indicate a client component, it has made bundling libraries with tsup/esbuild a pain. I'm now running multiple dev scripts using different config files for server/client components.
I did have a look at creating a plugin but from what I could tell I'd then have to do all the typescript transpiling within the plugin as well?
The text was updated successfully, but these errors were encountered:
Feature Request
As a continuation of #482 I'd like to propose an option to have the banner set by chunk, as seen in Rollup and documented here.
Use case
With React now having server components, and files in Next.js using
"use client"
to indicate a client component, it has made bundling libraries with tsup/esbuild a pain. I'm now running multiple dev scripts using different config files for server/client components.I did have a look at creating a plugin but from what I could tell I'd then have to do all the typescript transpiling within the plugin as well?
The text was updated successfully, but these errors were encountered: