nrwl / nx-examples

Example repo for Nx workspace
https://nrwl-nx-examples-cart.netlify.app/cart
896 stars 442 forks source link

Request an example of React/Angular buildable libraries #150

Open alexander-r-jaimy opened 3 years ago

alexander-r-jaimy commented 3 years ago

Good afternoon, I'd like to enable the power of buildable libraries in my project. Unfortunately I don't quite understand how to polyfill? missing imports.

I've got errors similar to: Screenshot from 2021-06-02 14-23-19

Could an example be provided of how to build libraries with react presentational components?

alexander-r-jaimy commented 3 years ago

I've figured out that I need to indicate peerDependencies. Screenshot from 2021-06-02 15-02-08

Now I wonder why only react-is is needed and should I worry about a bundler "guessing" a wrong library? Screenshot from 2021-06-02 14-59-16

Could you tell me what's the best practice here?