Skip to content

Commit 9c04081

Browse files
authored
fix: Add hooks to default options to prevent warning. (#121)
Adds hooks to the default options. Currently a warning would be emitted when specifying hooks, but they would work properly.
1 parent d22d82e commit 9c04081

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/configuration.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ const baseOptionDefs = {
3737
stateProvider: { type: 'object' }, // not a public option, used internally
3838
application: { validator: applicationConfigValidator },
3939
inspectors: { default: [] },
40+
hooks: { default: [] },
4041
};
4142

4243
/**

0 commit comments

Comments
 (0)