rollup-plugin-preserve-shebang icon indicating copy to clipboard operation
rollup-plugin-preserve-shebang copied to clipboard

Rollup plugin to automatically preserve shebangs in entry modules.

Results 2 rollup-plugin-preserve-shebang issues
Sort by recently updated
recently updated
newest added

Add support for CommonJS files loaded with `@rollup/plugin-commonjs`. If try to run rollup-plugin-preserve-shebang on a CommonJS file (e.g. one that uses `const x = require("...");` syntax instead of `import`), [@rollup/plugin-commonjs](https://www.npmjs.com/package/@rollup/plugin-commonjs)...

This plugin is missing tests, so I wrote some integration tests that test the plugin with rollup. ## Changes - Adds integration tests in rollup + plugin - Adds a...