rollup-plugin-executable
v1.6.3
Published
The Rollup Executable Plugin changes output javascript file's executable state to ON on unix like operating systems.
Downloads
7,564
Readme
Rollup Executable
The Rollup Executable Plugin makes output file executable on UNIX like operating systems.
Installation
$ npm install --save-dev rollup-plugin-executable
Usage
In your rollup configuration file:
import executable from "rollup-plugin-executable"
rollup({
entry: entry,
...
plugins: [
...
executable()
]
})
License
Copyright
Copyright 2017-2019Sebastian Software GmbH