https://github.com/d8corp/rollup-plugin-external-node-modules
Fix node_modules internal
https://github.com/d8corp/rollup-plugin-external-node-modules
Last synced: 12 months ago
JSON representation
Fix node_modules internal
- Host: GitHub
- URL: https://github.com/d8corp/rollup-plugin-external-node-modules
- Owner: d8corp
- License: mit
- Created: 2022-11-11T23:08:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-19T15:11:07.000Z (over 3 years ago)
- Last Synced: 2025-06-17T19:55:38.312Z (about 1 year ago)
- Language: JavaScript
- Size: 192 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.npmjs.com/package/rollup-plugin-external-node-modules)
[](https://www.npmtrends.com/rollup-plugin-external-node-modules)
[](https://changelogs.xyz/rollup-plugin-external-node-modules)
[](https://github.com/d8corp/rollup-plugin-external-node-modules/blob/main/LICENSE)
# rollup-plugin-external-node-modules
🍣 A Rollup plugin to fix `node_modules` folder creation.
[](https://github.com/d8corp/rollup-plugin-external-node-modules/stargazers)
[](https://github.com/d8corp/rollup-plugin-external-node-modules/watchers)
## Install
```shell
npm i rollup-plugin-external-node-modules
```
## Usage
Just use without options
```typescript
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](https://github.com/d8corp/rollup-plugin-external-node-modules/issues).
[](https://github.com/d8corp/rollup-plugin-external-node-modules/issues)