rollup-plugin-external-node-modules
v1.0.1
Published
Rollup plugin to use process.env
Downloads
8
Readme
rollup-plugin-external-node-modules
🍣 A Rollup plugin to fix node_modules
folder creation.
Install
npm i rollup-plugin-external-node-modules
Usage
Just use without options
import external from 'rollup-plugin-external-node-modules'
export default {
plugins: [
external(),
],
}
Issues
If you find a bug or have a suggestion, please file an issue on GitHub.