-
-
Notifications
You must be signed in to change notification settings - Fork 626
Closed
Labels
Description
- Rollup Plugin Name: @rollup/plugin-node-resolve
- Rollup Plugin Version: 13.0.6
- Rollup Version: 2.58.0
- Operating System (or Browser): Linux
- Node Version: v12.22.6
- Link to reproduction (
⚠️ read below): https://replit.com/@dstaley/rollup-plugin-repro-1#rollup.config.js
Expected Behavior
Bundle is created (or at least an error about TypeScript).
Actual Behavior
./test/index_test.ts → dist/test-suite.js...
[!] (plugin node-resolve) TypeError: Cannot read property 'custom' of undefined
TypeError: Cannot read property 'custom' of undefined
at Object.resolveId (/home/runner/rollup-plugin-repro-1/node_modules/@rollup/plugin-node-resolve/dist/cjs/index.js:1162:83)
at /home/runner/rollup-plugin-repro-1/node_modules/rollup/dist/rollup.js:12899:25
Additional Information
I ran into this issue while trying to reproduce an issue with the TypeScript plugin.
Reactions are currently unavailable