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

Question : Efficient dependency management #50

Open
goyalsunil452 opened this issue May 21, 2024 · 0 comments
Open

Question : Efficient dependency management #50

goyalsunil452 opened this issue May 21, 2024 · 0 comments

Comments

@goyalsunil452
Copy link

Hello @manfredsteyer ,
I have some doubts related to your repository.

You are using a global package.json instead of individual application-level package.json files. Assuming the number of applications increases in the future, how will you manage your packages across the applications? Additionally, how will you handle your webpack.config.js?

root-project/

├── package.json
├── node_modules/

└── projects/
├── MFE1/
│ ├── package.json
│ └── ...
├── MFE2/
│ ├── package.json
│ └── ...
├── MFE3/
│ ├── package.json
│ └── ...
.
.
.
.
├── MFEn/
│ ├── package.json
│ └── ...
└── ...

@goyalsunil452 goyalsunil452 changed the title Efficient dependency management Question : Efficient dependency management May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant