Skip to content
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

Improve package organization #1735

Closed
swissspidy opened this issue May 12, 2020 · 1 comment
Closed

Improve package organization #1735

swissspidy opened this issue May 12, 2020 · 1 comment
Labels
P3 Nice to have Status: Duplicate This issue or pull request already exists Type: Enhancement New feature or improvement of an existing feature

Comments

@swissspidy
Copy link
Collaborator

Feature Description

It's becoming tricky to organize all dependencies for different React apps in one package.json, and also having inter-dependencies between the various packages.

Possible solution A: npm workspaces.

Background / explanation: https://github.com/npm/rfcs/blob/latest/accepted/0026-workspaces.md

Note: yarn already supports workspaces, but there's no point in switching to that when npm 7 will include them.

Possible solution B: Lerna

Mostly useful if we intend to manage multiple packages in a monorepo and publish them all on npm. (see #1221 for a PoC)


Do not alter or remove anything below. The following sections will be managed by moderators only.

Acceptance Criteria

QA Instructions

@swissspidy swissspidy added Type: Enhancement New feature or improvement of an existing feature Type: Infrastructure Changes impacting testing infrastructure or build tooling labels May 12, 2020
@swissspidy swissspidy mentioned this issue May 14, 2020
12 tasks
@jauyong jauyong added Pod:WPInfra and removed Type: Infrastructure Changes impacting testing infrastructure or build tooling labels May 15, 2020
@dreamofabear dreamofabear added the P3 Nice to have label Sep 22, 2020
@swissspidy
Copy link
Collaborator Author

Duplicate of #4737

@swissspidy swissspidy marked this as a duplicate of #4737 Oct 28, 2020
@swissspidy swissspidy added the Status: Duplicate This issue or pull request already exists label Oct 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P3 Nice to have Status: Duplicate This issue or pull request already exists Type: Enhancement New feature or improvement of an existing feature
Projects
None yet
Development

No branches or pull requests

3 participants