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
we face the same issue with our ember version on 5.4.0 (ember-data on 5.1.1).
But as the last release here is from 2018 and noone bothers to comment on any open issue here, I assume that this will not be maintained anymore. Sad. 😞
Did you by any chance get your ember application to work with single-spa? 🤔
Just in case anyone stumbles upon this issue and is in search for a solution: I found this article here https://mainmatter.com/blog/2024/03/27/embeddable-ember-apps/ and with its help I could implement a working prototype for single-spa with ember on version 5.4.0 😸
I'm not sure which versions of Ember are supported by [email protected] - the last release was in 2018. There's a chance that newer versions of Ember aren't yet supported. I'm happy to work on this issue, if funded. My rate is $250/hr, billed to the minute, payment via Github sponsors or Open Collective.
Hi Guys,
i have the same issue as the last person within this topic:
ember-cli/loader.js#151
I am trying the addon single-spa-ember and I am facing the same issue when adding this in ember-cli-buid.js file.
app.import('node_modules/single-spa-ember/amd/single-spa-ember.js', {
using: [
{ transformation: 'amd', as: 'single-spa-ember' }
]
});
do you have any solution?
I'm using the latest version of ember (5.7)
The text was updated successfully, but these errors were encountered: