We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 187b28a commit d561a93Copy full SHA for d561a93
index.js
@@ -23,6 +23,7 @@ class serverlessPluginConditionalFunctions {
23
this.hooks = {
24
'before:package:initialize': this.applyConditions.bind(this),
25
'before:offline:start:init': this.applyConditions.bind(this),
26
+ 'before:offline:start': this.applyConditions.bind(this),
27
};
28
this.pluginName = 'serverless-plugin-conditional-functions';
29
}
0 commit comments