myitcv / x

Mono-repo for all myitcv.io/... Go code
MIT License
103 stars 20 forks source link

react: how to import packages from npm? #55

Closed myitcv closed 6 years ago

myitcv commented 6 years ago

Straight link/copy of https://github.com/myitcv/react/issues/168 now that everything has moved to the mono-repo

cc @pjebs

myitcv commented 6 years ago

@pjebs - I would suggest taking a look at https://github.com/myitcv/x/tree/master/react/internal/dev

It's the package in which "include" React.js itself. You can see I use webpack to resolve the dependency, and use https://github.com/myitcv/x/blob/master/react/_scripts/webpack_deps.sh to orchestrate everything.