rollup-plugin-external-node-modules

Rollup plugin to use process.env

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
rollup-plugin-external-node-modules
001.0.1a year ago2 years agoMinified + gzip package size for rollup-plugin-external-node-modules in KB

Readme

NPM downloads changelog license
rollup-plugin-external-node-modules
šŸ£ A Rollup plugin to fix node_modules folder creation.
stars watchers

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.
issues