<@U3D8LQ8HK> the link you gave me to github exampl...
# prisma-whats-new
c
@nikolasburk the link you gave me to github example is really really complex example with really complex webpack configurations, its not simple at all 🙂
n
@codepreneur The example uses
create-react-app
but ejects from it so that it allows to do custom babel configurations (which are needed for Relay Modern, so ejecting is required). What you see in the Quickstart example is the “opened blackbox” from
create-react-app
. So, in that sense you’re definitely right and now all the configuration options are exposed. Sorry, but we don’t have a lot more resources on Relay Modern right now 😔