The following line is breaking in v2.x because this._serverless.variables.options is undefined.
|
if (this._serverless.variables.options.stage) { |
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 following line is breaking in v2.x because
this._serverless.variables.optionsis 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