Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add: rollup-plugin-node-externals #123

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Plugins created and maintained by the Rollup organization.
- [replace](https://github.com/rollup/plugins/tree/master/packages/replace) – Replace occurrences of a set of strings.
- [run](https://github.com/rollup/plugins/tree/master/packages/run) - Run your bundle after it's generated.
- [strip](https://github.com/rollup/plugins/tree/master/packages/strip) - Remove expressions from code.
- [sucrase](https://github.com/rollup/plugins/tree/master/packages/sucrase) - Compile
- [sucrase](https://github.com/rollup/plugins/tree/master/packages/sucrase) - Compile
, Flow, JSX.
- [typescript](https://github.com/rollup/plugins/tree/master/packages/typescript) - Seamless integration with Typescript.
- [url](https://github.com/rollup/plugins/tree/master/packages/url) - Inline import files as data-URIs.
Expand Down Expand Up @@ -120,6 +120,7 @@ and external modules.
- [includepaths](https://github.com/dot-build/rollup-plugin-includepaths) – Provide base paths from which to resolve imports.
- [named-directory](https://github.com/frostney/rollup-plugin-named-directory) - Provides shortcuts for colocated modules in directories.
- [node-builtins](https://github.com/calvinmetcalf/rollup-plugin-node-builtins) - Node builtin modules as ES modules.
- [node-externals](https://github.com/Septh/rollup-plugin-node-externals) - Automatically declares Node built-in modules, and optionnaly npm dependencies, as external.
- [node-globals](https://github.com/calvinmetcalf/rollup-plugin-node-globals) - Injects node globals.
- [node-resolve-angular](https://github.com/OasisDigital/rollup-plugin-node-resolve-angular) - Node module resolution support for Angular 4+.
- [ts-paths](https://github.com/bitshiftza/rollup-plugin-ts-paths) – Resolve modules from `tsconfig` paths.
Expand Down