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
console returns me not Module, only error:
Uncaught app1: Application 'app1' died in status LOADING_SOURCE_CODE: "does not export an unmount function or array of functions"
Second application with boilerplate vue-cli works perfectly.
How to fix my application on webpack?
The text was updated successfully, but these errors were encountered:
I have 2 applications for my single-spa
First application webpack.config.js:
First application main.js:
bootstrap, mount, unmount - exists on main.ts at all.
But when i add this application to single-spa like this:
console returns me not Module, only error:
Uncaught app1: Application 'app1' died in status LOADING_SOURCE_CODE: "does not export an unmount function or array of functions"
Second application with boilerplate vue-cli works perfectly.
How to fix my application on webpack?
The text was updated successfully, but these errors were encountered: