When running serverless package (and serverless deploy) I get an error when using serverless-plugin-chrome:
ENOENT: no such file or directory, lstat '/Users/me/project-name/.build/.serverless'
If I comment out the plugin from my serverless.yml serverless package works without issue (but no headless chrome).
I tried downgrading to older versions of serverless, but got the same error.