-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Embroider build fails #59
Comments
Hey @anehx! This issue seems a bit strange as the addon is tested against embroider and it is passing. I have seen something similar to this issue in other project, and I resolved by making sure I had webpack ^5.67.0 in my deps. |
I just came across this in one of my projects. It seems that embroider doesn't import correctly a v2 addon file when that is being used in an addon. I solved this issue by adding |
Alright, thanks for the hint! Is there an issue in embroider for this? |
I'm not sure if there is an issue for this. Could you get that issue going? |
I had a similar issue with a pretty clean project as well. Moving ember-focus-trap from |
I can confirm that behavior you have described here! Reported: embroider-build/embroider#1175 |
Yeah, I also faced this and just added instructions in the readme |
It seems this issue has been fixed upstreem in emborider: embroider-build/embroider#1278 |
Thanks for your work on this addon @josemarluedke ! I was astonished to see that this is already a v2 addon. I'm trying to reach embroider support in a project I'm working on and stumbled upon a weird error with
ember-focus-trap
:https://github.com/projectcaluma/ember-caluma/runs/5642751482
I don't see an obvious reason for this issue, do you see what could be wrong?
The text was updated successfully, but these errors were encountered: