1.0.1 • Published 3 years ago

rollup-plugin-external-node-modules v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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