rollup-plugin-shebang
Rollup.js plugin which adds a unix-style shebang.
Installation
npm install --save-dev rollup-plugin-shebang
Usage
Add the following code to your project's rollup.config.js
:
; entry: 'index.js' plugins: ;
License
MIT