Open cheungpat opened 7 years ago
@rickmak @carmenlau I would like to work on this issue.
not as simple as i have thought:
babel
says monorepo cannot be installed via github directly https://github.com/babel/babel/blob/master/doc/design/monorepo.mdnpm
issue https://github.com/npm/npm/issues/2974also looked at:
react
root package.json https://github.com/facebook/react/blob/master/package.jsonWhen installing from github link, npm
will run the prepare
script, so we can make use of this script to build the files in dist
directory, so the problem is not related to checking dist
directory in source control.
will check again later
I want this!!!!!!