[question] postStart implementation #5616
gabrielcsapo
started this conversation in
Ideas
Replies: 1 comment 7 replies
-
|
No work is being done on this but we could add it. Can you detail the use-case? When should such a lifecycle hook be called exactly and with which params/data? II can think of 2 places: devServer.listen(port, host, (err) => {
// ...
});compiler.hooks.done.tap('done', (stats) => {
// ...
}); |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Is there work being done to implement this? We want to add local search functionality that doesn't require a full build in https://github.com/gabrielcsapo/docusaurus-plugin-search-local.
Thank you,
Gabriel Csapo
Beta Was this translation helpful? Give feedback.
All reactions