Replies: 3 comments
-
The problem remains after upgrading to rollup 3.9.1 |
Beta Was this translation helpful? Give feedback.
-
Remains with rollup 3.12.0 aswell |
Beta Was this translation helpful? Give feedback.
-
We've gotten things working again. It might have something to do with the fact rollup treats imports that doesn't start with . as an absolute path, and makes such imports external. We have some path aliases in tsconfig. We have to tell rollup about the same aliases using @rollup/plugin-alias. It doesn't like importing typescript files via the aliases though, so I have to use cjs versions of node modules. |
Beta Was this translation helpful? Give feedback.
-
https://stackblitz.com/edit/rollup-repro-7s7bkr
I'm geting this error in the REPL though, don't know what I'm doing wrong
[!] (plugin typescript) Error: @rollup/plugin-typescript: Couldn't process compiler options
Expected Behavior
Requires are bundled
Actual Behavior
Requires are left alone
Additional Information
Beta Was this translation helpful? Give feedback.
All reactions