gre / gl-react

gl-react – React library to write and compose WebGL shaders

Home Page:https://gl-react-cookbook.surge.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

improve building perf

gre opened this issue · comments

IDK what's happening but the current yarn takes minutes to build..
might be related to the extra needed in undo-unsupported-symlinks.sh

I think the answer is do not use prepublish hook to compile things, just make the build at the top level. this is what babel do.

still need to figure out about the packages that don't support symlinks

will be fixed by migrating to latest lerna + yarn workspaces