How to keep my shebang in place using webpack?

is there any way to make Webpack keep the #!/usr/bin/env node at the top of my file? I'm trying to bundle a CLI along with a module... it was a bit tricky to export my index.js / cli.js separately...