We are currently deciding between transitioning to nextjs or remix in my company, because we want the SSR in our monorepo.. Remix looks great in all aspect to us except one part:
As far as I can see it basically only has Remix compiler which works only under the hood? Meaning you cant have webpack or similar customization? Can that remix compiler (esbuild) be extended for something custom? This is a problem for us because we have very complicated webpack builds for our stuff, and this is our main concer as a pitfall..
tl;dr: Are there any builder options and can the remix compiler (esbuild) be extended with custom options?