Replies: 5 comments 1 reply
-
Did you tried adding this via |
Beta Was this translation helpful? Give feedback.
-
Thanks @prateekbh, config.resolve.modules.push(env.src) And setting baseUrl in tsconfig.json fixed the vscode's module not found issue Are there any plans to make support for this by default? |
Beta Was this translation helpful? Give feedback.
-
Still getting the error in fresh
What am I missing? edit: found it!
|
Beta Was this translation helpful? Give feedback.
-
Sorry if this isn't the right spot but I feel like this is also affecting how my imports are working with TypeScript. After adding
|
Beta Was this translation helpful? Give feedback.
-
this worked for me. |
Beta Was this translation helpful? Give feedback.
-
Do you want to request a feature or report a bug?
feature
Build failed!
✖ ERROR ./index.ts
✖ ERROR BabelEsmPlugin: ./index.ts
what is motivation or use case for changing the behaviour?
create-react-app has this functionality
Please mention other relevant information.
I tried setting tsconfig.json/baseUrl to
"./src/"
I also tried this:
Beta Was this translation helpful? Give feedback.
All reactions