Is it possible to use specific nitro hooks once the preset already registered the same hook? #1376
Replies: 2 comments 1 reply
|
Can you open an issue with a reproduction please? |
1 reply
|
Like mentioned in issue #1382 , it is a limitation with Nitro config merging. |
0 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.
I would like to use the
compiledhook but if I use a preset, my hook overwrites the preset hook. So, the preset hook is not called, only my hook configured innitro.options.hooks.compiledAll reactions