manfredsteyer / multi-framework-micro-frontend

76 stars 36 forks source link

Change lerna config to use npm and add lazy loaded mfe3 module #7

Open billy-briggs-dev opened 2 years ago

billy-briggs-dev commented 2 years ago

Currently there seems to be a misconfiguration with yarn. Some dependencies aren't being installed properly while utilizing yarn. So switching to using NPM seems to fix this issue for the interim. This relates to an issue discussed here Issue 6

Also I thought it would be useful to demonstrate lazy loading of feature modules for a Micro-Frontend. Relating to an issue found here Issue 1

Any thoughts or concerns?