A rollup plugin that wraps the Node.js resolution algorithm for module resolution. Currently at version 0.0.1-predev.1, this package is in pre-release state with no stable releases. It serves as a resolver for Rollup, similar to @rollup/plugin-node-resolve but with no documentation or usage guidance. Not recommended for production use due to its early stage.
npm install rollup-plugin-resolveNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Configures Rollup to use the resolve plugin for module resolution, excluding Node built-ins.
Replace with 'npm install @rollup/plugin-node-resolve' and update import.
Use resolve() (with parentheses) in plugins array, not resolve alone.
Pin to a specific version or migrate to a maintained plugin.
Run 'npm install rollup-plugin-resolve@0.0.1-predev.1' and verify node_modules.
Change import to 'import resolve from 'rollup-plugin-resolve''.