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 am using VueCli 3 to build the package which works perfectly with SystemJs 0.21.6 dev verison.
It gives following error
Uncaught TypeError: Application 'app-dwfs' died in status LOADING_SOURCE_CODE: Cannot read property 'call' of undefined
at Module.i.import (system.js:564)
at Object.loadImpl (helper.js:36)
at single-spa.js:1
at t.invoke (zone.js:391)
at e.run (zone.js:150)
at zone.js:889
at t.invokeTask (zone.js:423)
at e.runTask (zone.js:195)
at m (zone.js:601)
at e.invokeTask [as invoke] (zone.js:502)
The text was updated successfully, but these errors were encountered:
The app when compiled with updated lib of systemjs to 3.0.0 wont work.
https://www.npmjs.com/package/systemjs
I am using VueCli 3 to build the package which works perfectly with SystemJs 0.21.6 dev verison.
It gives following error
Uncaught TypeError: Application 'app-dwfs' died in status LOADING_SOURCE_CODE: Cannot read property 'call' of undefined
at Module.i.import (system.js:564)
at Object.loadImpl (helper.js:36)
at single-spa.js:1
at t.invoke (zone.js:391)
at e.run (zone.js:150)
at zone.js:889
at t.invokeTask (zone.js:423)
at e.runTask (zone.js:195)
at m (zone.js:601)
at e.invokeTask [as invoke] (zone.js:502)
The text was updated successfully, but these errors were encountered: