rollup-plugin-shebang
Rollup plugin that adds shebang at the beginning of the bundle.
Installation
npm install -D @enquer/rollup-plugin-shebang
Usage
import shebang from '@enquer/rollup-plugin-shebang'
...
rollup({
plugins: [
shebang(),
],
})