Target SSR environment in Next webpack plugin

Heyhey, does anyone know how to specifically target the SSR environment when writing a next plugin? There is an isServer but this includes both RSC/SSR bundle.
Solution:
Actually this seems to be possible by using issuerLayer!
Jump to solution
1 Reply
Solution
janglad
janglad4w ago
Actually this seems to be possible by using issuerLayer!

Did you find this page helpful?