1.0.1 ā€¢ Published 1 year ago

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

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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