I want to use inject: true but it then injects this above the generated esbuild banner
I am trying to use banner to insert "use client" at the top of my package, but the injected CSS then sits above it, and this generates an invalid file
is there a way to put it below the banner?
I want to use
inject: truebut it then injects this above the generated esbuildbannerI am trying to use
bannerto insert "use client" at the top of my package, but the injected CSS then sits above it, and this generates an invalid fileis there a way to put it below the
banner?