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.1 Reply
Solution
Actually this seems to be possible by using
issuerLayer
!