I have an alias like this:
{
"@namespace/package": "@namespace/package/client"
}
but this generates an incorrect alias and as a result throws this error:
Error: Cannot find module '@namespace/package/client/client'
Am I doing something wrong? Does this plugin have issues with namespaces? Not sure why I am getting two client parts in my path.
I have an alias like this:
{ "@namespace/package": "@namespace/package/client" }but this generates an incorrect alias and as a result throws this error:
Am I doing something wrong? Does this plugin have issues with namespaces? Not sure why I am getting two
clientparts in my path.