README
babel-plugin-prepend-shebang
prepend node env shebang to a file
Installation
npm i babel-plugin-prepend-shebang
Usgae
add this to your package.json file "add-shebang": "babel --plugins prepend-shebang dist/some-file.js --out-dir ./dist"
prepend node env shebang to a file
<script type="module">
import babelPluginPrependShebang from 'https://cdn.skypack.dev/babel-plugin-prepend-shebang';
</script>
prepend node env shebang to a file
npm i babel-plugin-prepend-shebang
add this to your package.json file "add-shebang": "babel --plugins prepend-shebang dist/some-file.js --out-dir ./dist"