yarnlerna run webpack:build --scope=@tmhao/sharelerna run start
// OR
cd packages/client
yarn startA shared library like share is setting React >= 16 as its peer dep and install 17 as devDep for testing purpose. Then we use the package to the client which
install React 16 as its dependency and it ends up with 2 version of React into the webpack build :)