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?