UNPKG

rollup-plugin-rename-node-modules

Version:

A Rollup plugin to rename the `node_modules` created when bundling some external libries while using preserveModules

4 lines (3 loc) 169 B
import { Plugin } from "rollup"; declare const plugin: (moduleName?: string | ((fileName: string) => string), sourceMaps?: boolean) => Plugin; export default plugin;