reimagined/resolve

"Module "source-map-support/register" cannot be resolved" thrown in the deployment

VasilyStrelyaev opened this issue · 0 comments

When I deploy an app with resolve and resolve-cloud v0.33.0, I get a module resolution error from the cloud deployment:

image

The deployment is alive but can only respond to the browser with the same error:

{
    "message": "Module \"source-map-support/register\" cannot be resolved"
}