You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I further debugged the issue and found out that it's because of missing output.enabledLibraryTypes property in config. But when I tried to setup an empty array against enabledLibraryTypes property in output, it yells with invalid schema warning.
Cannot read property 'includes' of undefined
TypeError: Cannot read property 'includes' of undefined
at ModuleFederationPlugin.apply (/node_modules/webpack/lib/container/ModuleFederationPlugin.js:52:49)
```
The text was updated successfully, but these errors were encountered:
Is there a recommended example of setting up Module Federation with a vue-cli application? I'm not too familiar with module federation but if you share a repo that exhibits your webpack changes not being respected I can help debug
Is there any example/documentation available to enable module federation in the generated vue3 application?
I've tried to do this but getting an error
Cannot read property 'includes' of undefined
I further debugged the issue and found out that it's because of missing
output.enabledLibraryTypes
property inconfig
. But when I tried to setup an empty array againstenabledLibraryTypes
property inoutput
, it yells with invalid schema warning.The text was updated successfully, but these errors were encountered: