-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make puppeteer peerDependency #108
Comments
I have only read about workspaces but if it means we can have one |
Yes.
It means you will have two separate npm packages, but they will live in one repo for development convenience.
Create-react-app does this, for example. |
Neat! I like this. |
Yes, but there will be one top level |
If I use
minimalcss
inreact-snap
it will download two copies ofpuppeteer
. If we makeminimalcss-core
without CLI and with peerDependency puppeteer andminimalcss
with CLI and withpuppeteer+minimalcss-core
dependency I will be able to useminimalcss-core
inreact-snap
with one copy ofpuppeteer
Todo this we probably want to use monorepo, see https://github.com/lerna/lerna and https://yarnpkg.com/blog/2017/08/02/introducing-workspaces/
The text was updated successfully, but these errors were encountered: