1.0.1 ⢠Published 3 years ago
rollup-plugin-external-node-modules v1.0.1
rollup-plugin-external-node-modules
š£ A Rollup plugin to fix node_modules folder creation.
Install
npm i rollup-plugin-external-node-modulesUsage
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.