We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following line is breaking in v2.x because this._serverless.variables.options is undefined.
this._serverless.variables.options
serverless-plugin-stage-variables/src/index.js
Line 36 in 9da937c
Are you accepting PRs for this plugin? If so, I can add it quickly. It's stopping us from migrating to serverless 2.x. Thanks!
Update: tracked it down to v2.26.0. It works properly until v2.25.2
v2.25.2
The text was updated successfully, but these errors were encountered:
It was fixed on Framework side, still such usage will break with upcoming v3 release of a Framework
Sorry, something went wrong.
A PR was just merged which fixes this issue
@svdgraaf the new release broke the plugin. I think you released from develop, not from master.
An issue for this has been created already: #38
No branches or pull requests
The following line is breaking in v2.x because
this._serverless.variables.options
is undefined.serverless-plugin-stage-variables/src/index.js
Line 36 in 9da937c
Are you accepting PRs for this plugin? If so, I can add it quickly. It's stopping us from migrating to serverless 2.x.
Thanks!
Update: tracked it down to v2.26.0. It works properly until
v2.25.2
The text was updated successfully, but these errors were encountered: