You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I refactor to use a regular ES6 import, or a dynamic import with a relative path, all works fine. So, this is just an issue with dynamic imports when using non-relative paths.
Just noticed that it seems like dynamic import paths are not being rewritten in accordance to the baseURL and paths set in the tsconfig.
The error I've got is:
If I refactor to use a regular ES6 import, or a dynamic import with a relative path, all works fine. So, this is just an issue with dynamic imports when using non-relative paths.
My tsconfig is as follows:
The text was updated successfully, but these errors were encountered: