Bundle is created (or at least an error about TypeScript).
./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
I ran into this issue while trying to reproduce an issue with the TypeScript plugin.
Expected Behavior
Bundle is created (or at least an error about TypeScript).
Actual Behavior
Additional Information
I ran into this issue while trying to reproduce an issue with the TypeScript plugin.