Open
Description
I am using customFetch
and additionalEnvelopPlugins
with scripts pointing in my src
as shown below.
everything works fine locally, but when I am doing docker build, I am getting import path error for customFetch
This works in local run i.e, npm run dev
but when dockerized and run, it is failing with path issues for customFetch
Workaround: I have to use this during docker build to make it work. (obviously not going to work for local run)
Note: additionalEnvelopPlugins
has no issues.
I think the root cause is how imports are generated in .mesh/index.ts
Metadata
Metadata
Assignees
Labels
No labels