Ulrich Helt Green
Ulrich Helt Green
### Describe the bug @module-federation/typescript package reports `Cannot find module 'lodash.get` when used in a project. Probably due to this line: https://github.com/module-federation/core/blob/main/packages/typescript/src/lib/normalizeOptions.ts#L3 There is no lodash deps in package.json of...
### Clear and concise description of the problem This is a minor one :) ... My OCD goes a little bit off when I have to do this when configuring...
### Describe the bug I previously found out via [this issue](https://github.com/module-federation/core/issues/2205) that React needs to be marked as external when using it in a common-js remote on the server. Now...