Can anyone suggest a sta…

less than 1 minute read

Can anyone suggest a starting place for me to get more familiar with nx and also take a stab at debugging this https://github.com/nrwl/nx/issues/2733? *tldr*; React module builds fine in create-react-app and nx storybook but fails to build in nx react app. My best idea at the moment is to define my own webpack config in workspace.json that implements the @nrwl/react/plugins/webpack and just start hacking away at it.

Responses:

Do you want to get familiar with nx in terms of monorepo development or contributing to nx?

Well, definitely in terms of development. I’m still pretty green (using for ~2 weeks). I’d like to hunt this problem down and if that means understanding development configuration, then that perspective. If it means finding a fix in the inner workings than from a contributors perspective.

Take a look at this video: <https://www.youtube.com/watch?v=o11p0zSm0No&feature=youtu.be https://www.youtube.com/watch?v=o11p0zSm0No&feature=youtu.be>

That’s a quick video on how to contribute

Updated: