Skip to content

Question : Efficient dependency management #50

@goyalsunil452

Description

@goyalsunil452

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
│ └── ...
└── ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions