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
@huntedman I think this is an issue with serverless-webpack. to temporarily patch it, I ran npm i serverless-webpack@5.3.5 in our repo and the problem went away
Running
serverless deploy --function MyFunction
Serverless-bundle will try to copy over an unrelated function from .webpack in to .serverless
and the following error will be produced
Error: ENOENT: no such file or directory, copyfile '/.webpack/UnrelatedFunction.zip' -> '.serverless/UnrelatedFunction.zip'
I've also disabled ForkTsChecker.
Should I attempt a fix or is there anything I'm missing?
The text was updated successfully, but these errors were encountered: