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 d22d82e commit 9c04081Copy full SHA for 9c04081
src/configuration.js
@@ -37,6 +37,7 @@ const baseOptionDefs = {
37
stateProvider: { type: 'object' }, // not a public option, used internally
38
application: { validator: applicationConfigValidator },
39
inspectors: { default: [] },
40
+ hooks: { default: [] },
41
};
42
43
/**
0 commit comments