Rollup error after adding a second TypeScript plugin. Can't figure out what I've done wrong #1002
Unanswered
Sheldonfrith
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm getting the following error any time I try to build my project:
Cannot find module 'rollupPluginBabelHelpers.js' or its corresponding type declarations.
Here is my 'tsdx.config.js' where I suspect the problem must lie:
I can't see anything obviously wrong here, but I'm not very familiar with using Rollup (I'm more used to webpack).
Anyone have any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions