diff --git a/README.md b/README.md index 4aa71a7..62110b8 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,7 @@ and external modules. - [ignore](https://github.com/alexlur/rollup-plugin-ignore) - Ignore modules by replacing with empty objects. - [import-alias](https://github.com/Hedzer/rollup-plugin-import-alias) - Maps an import path to another. - [import-assertions](https://github.com/swiing/rollup-plugin-import-assertions) - Add support for TC39 import assertions (e.g. assert types `css` and `json`) +- [import-manager](https://github.com/UmamiAppearance/rollup-plugin-import-manager) - Add, modify, and remove imports (cjs/es6/dynamic). - [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.