dkhrunov / ngx-mfe

Angular library for working with micro-frontends in Webpack 5 and plugin ModuleFederation
https://www.npmjs.com/package/ngx-mfe
MIT License
22 stars 4 forks source link

fix: wrong condition throwing module name not found error #16

Closed tFaster closed 2 years ago

tFaster commented 2 years ago

When exposing the correct component with the correct name the 'Module with name "${moduleName}" does not exist in the exposed file' error is thrown due to a inverse condition

dkhrunov commented 2 years ago

Thank you!